Skip to content

Commit

Permalink
fix(clustertool): dont install ensure-digest kyverno policy by defaul…
Browse files Browse the repository at this point in the history
…t, as it doesn't work with all operators
  • Loading branch information
PrivatePuffin committed Oct 25, 2024
1 parent 3b6266b commit c0b6108
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## This Can be enabled in the kustomization.yaml file.
## Please note not every chart or application is compatible with this behavior
## Primarily operators spinning their own pods, might include conflicting validation
## Add manual exclusions where needed
apiVersion: kyverno.io/v1
kind: ClusterPolicy
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- schematic-to-pod.yaml
- ensure-digest.yaml
# - ensure-digest.yaml

0 comments on commit c0b6108

Please sign in to comment.