Skip to content

Commit

Permalink
update values file
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedhammam committed Dec 15, 2022
1 parent cd21f2a commit 9d8cc41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/external-secrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ external-secrets:
secretStores:
enabled: true
url: ssh://git@github.com/weaveworks/secret-stores # url for the git repository that contains the SecretStores
# tag: v1.0.0 # if you would like to download your secrets from specific tag
branch: main # if you would like to download your secrets from specific branch
path: ./clusters/secrets/management/ # could be a path to the secrets dir or a kustomization.yaml file for the SecretStore in the GitRepository
tag: v1.0.0 # if you would like to download your secrets from specific tag
# branch: main # if you would like to download your secrets from specific branch
path: . # could be a path to the secrets dir or a kustomization.yaml file for the SecretStore in the GitRepository
secretRef: ssh-creds # Name of the K8s secret with private repo auth credentials (private key, pub key, known hosts)
# sourceRef: # Could specify a name for an existing GitSource reference instead of creating a new one
# kind: GitRepository
Expand Down

0 comments on commit 9d8cc41

Please sign in to comment.