Skip to content

Commit

Permalink
fix(external-secrets-crds): update values
Browse files Browse the repository at this point in the history
update values to be equal to the official chart values
  • Loading branch information
capuche2412 committed Dec 16, 2024
1 parent 3b087bb commit 577e04c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/external-secrets-crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: external-secrets-crds
description: A Helm chart to manage external-secrets CRDs
version: 0.11.0
version: 0.11.1
appVersion: 0.11.0
maintainers:
- name: Wiremind
Expand Down
4 changes: 4 additions & 0 deletions charts/external-secrets-crds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ installCRDs: true
# Synchonize your values from external-secrets Helm Chart with the ones below

crds:
createClusterExternalSecret: true
createClusterSecretStore: true
createClusterGenerator: true
createPushSecret: true
annotations: {}
conversion:
enabled: true
Expand Down

0 comments on commit 577e04c

Please sign in to comment.