Skip to content

Commit

Permalink
Fix typo in clusterDefault properties
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonshatch authored and gamingrobot committed Aug 7, 2024
1 parent 92eaa36 commit 47495d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ clusterDefaults:
# Required if existingSecret is not set. The API Key from the Contrast UI.
apiKeyValue:
# Required if existingSecret is not set. The Service Key from the Contrast UI.
serviceKeyValue if existingSecret is not set:
# Required. The User Name from the Contrast UI.
userNameValue if existingSecret is not set:
serviceKeyValue:
# Required if existingSecret is not set. The User Name from the Contrast UI.
userNameValue:
# Optional. Any custom configuration to use. Must be in the format of the standard YAML file.
yaml: |-
enable: true
Expand Down

0 comments on commit 47495d3

Please sign in to comment.