Skip to content

Commit

Permalink
Merge pull request #387 from kubescape/fix/accessKey
Browse files Browse the repository at this point in the history
Fix accessKey value
  • Loading branch information
David Wertenteil authored Feb 6, 2024
2 parents d767525 + 19188e1 commit ba06dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ server:

# The chart will create a secret with the "account" and "access-key", in case you have a pre-created secret, use "credentials.cloudSecret" instead
account:
access-key:
accessKey:

# When left blank, the secret will be generated using the default name. Override this option if you already have a secret and wish to prevent Helm from creating the default secret on your behalf
credentials:
Expand Down

0 comments on commit ba06dc2

Please sign in to comment.