Skip to content

Commit

Permalink
Fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
junshun committed Mar 27, 2023
1 parent 68d01fc commit d21cd11
Show file tree
Hide file tree
Showing 4 changed files with 65 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 d21cd11

Please sign in to comment.