Skip to content

Commit

Permalink
Fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
junshun committed Mar 28, 2023
1 parent 2950874 commit f859993
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ helm template kyverno \
kyverno/kyverno \
-f=values \
-n=kyverno > kyverno.yaml
```
```

`helm template` does not properly template api resource versions, thus **PodDisruptionBudget** api version must be changed from `policy/v1beta1` to `policy/v1` after running the previous command.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kyverno.io/v1
kind: ClusterPolicy
metadata:
name: k8s-prow-gcr-to-ecr-registry
name: k8s-prow-gcr-to-ecr-registry
spec:
background: false
rules:
Expand Down
Loading

0 comments on commit f859993

Please sign in to comment.