Skip to content

Commit

Permalink
Add defaults to values.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Jul 25, 2023
1 parent c9c2576 commit 71f2442
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions charts/internal/shoot-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
kubernetesVersion: "1.16.0"
apiserverIPs: []
nodeCIDR:
pspDisabled: false

images:
audittailer: image-repository:image-tag
Expand Down
6 changes: 4 additions & 2 deletions charts/internal/shoot-storageclasses/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
images:
images:
csi-lvm-controller: image-repository:image-tag
csi-lvm-provisioner: image-repository:image-tag
isDefaultStorageClass: true

isDefaultStorageClass: true
pspDisabled: false

0 comments on commit 71f2442

Please sign in to comment.