Skip to content

Commit

Permalink
Preserve --> preserve
Browse files Browse the repository at this point in the history
Signed-off-by: juliankatz <juliankatz@google.com>
  • Loading branch information
julianKatz committed Jun 22, 2021
1 parent 76f1546 commit 55b1477
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ manifests: __controller-gen
mkdir -p manifest_staging/deploy
mkdir -p manifest_staging/charts/gatekeeper
docker run --rm -v $(shell pwd):/gatekeeper --entrypoint /usr/local/bin/kustomize line/kubectl-kustomize:${KUBECTL_KUSTOMIZE_VERSION} build /gatekeeper/config/default -o /gatekeeper/manifest_staging/deploy/gatekeeper.yaml
docker run --rm -v $(shell pwd):/gatekeeper --entrypoint /usr/local/bin/kustomize line/kubectl-kustomize:${KUBECTL_KUSTOMIZE_VERSION} build --load_restrictor LoadRestrictionsNone /gatekeeper/cmd/build/helmify | go run cmd/build/helmify/*.go
docker run --rm -v $(shell pwd):/gatekeeper --entrypoint /usr/local/bin/kustomize line/kubectl-kustomize:${KUBECTL_KUSTOMIZE_VERSION} build --load_restrictor LoadRestrictionsNone /gatekeeper/cmd/build/helmify | go run cmd/build/helmify/*.go

# lint runs a dockerized golangci-lint, and should give consistent results
# across systems.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
gatekeeper.sh/system: "yes"
name: configs.config.gatekeeper.sh
spec:
PreserveUnknownFields: false
group: config.gatekeeper.sh
names:
kind: Config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
gatekeeper.sh/system: "yes"
name: constraintpodstatuses.status.gatekeeper.sh
spec:
PreserveUnknownFields: false
group: status.gatekeeper.sh
names:
kind: ConstraintPodStatus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
gatekeeper.sh/system: "yes"
name: constrainttemplates.templates.gatekeeper.sh
spec:
PreserveUnknownFields: false
group: templates.gatekeeper.sh
names:
kind: ConstraintTemplate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
gatekeeper.sh/system: "yes"
name: constrainttemplatepodstatuses.status.gatekeeper.sh
spec:
PreserveUnknownFields: false
group: status.gatekeeper.sh
names:
kind: ConstraintTemplatePodStatus
Expand Down
4 changes: 0 additions & 4 deletions manifest_staging/deploy/gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ metadata:
gatekeeper.sh/system: "yes"
name: configs.config.gatekeeper.sh
spec:
PreserveUnknownFields: false
group: config.gatekeeper.sh
names:
kind: Config
Expand Down Expand Up @@ -144,7 +143,6 @@ metadata:
gatekeeper.sh/system: "yes"
name: constraintpodstatuses.status.gatekeeper.sh
spec:
PreserveUnknownFields: false
group: status.gatekeeper.sh
names:
kind: ConstraintPodStatus
Expand Down Expand Up @@ -219,7 +217,6 @@ metadata:
gatekeeper.sh/system: "yes"
name: constrainttemplatepodstatuses.status.gatekeeper.sh
spec:
PreserveUnknownFields: false
group: status.gatekeeper.sh
names:
kind: ConstraintTemplatePodStatus
Expand Down Expand Up @@ -293,7 +290,6 @@ metadata:
gatekeeper.sh/system: "yes"
name: constrainttemplates.templates.gatekeeper.sh
spec:
PreserveUnknownFields: false
group: templates.gatekeeper.sh
names:
kind: ConstraintTemplate
Expand Down

0 comments on commit 55b1477

Please sign in to comment.