Skip to content

Commit

Permalink
fix(sinon/flux): rm prune patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed May 23, 2024
1 parent cdad856 commit 786451d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions kube/clusters/sinon/flux/flux-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ spec:
# name: sinon-versions
# optional: false
patches:
- patch: |-
- op: add
path: "/metadata/labels/kustomize.toolkit.fluxcd.io~1prune"
value: "disabled"
target:
kind: Namespace
- patch: |-
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
Expand Down
3 changes: 2 additions & 1 deletion kube/deploy/core/storage/rook-ceph/ns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ metadata:
name: rook-ceph
labels:
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/enforce-version: latest
pod-security.kubernetes.io/enforce-version: latest
kustomize.toolkit.fluxcd.io/prune: "disabled"

0 comments on commit 786451d

Please sign in to comment.