Skip to content

Commit

Permalink
Cleanup existingSecret configuration in values.yaml for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
qjoly committed Dec 13, 2024
1 parent 1c7815a commit eb8eb1b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions charts/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ variables:
data: {}
# user: "username"
# password: "hugepassword"
existingSecret:
- name: "existing-secret"
key: "key"
envName: "ENV_NAME"
- name: another-existing-secret
key: key2
envName: ENV2_NAME
existingSecret: {}
# - name: "existing-secret"

Check warning on line 51 in charts/common/values.yaml

View workflow job for this annotation

GitHub Actions / lint

51:7 [comments-indentation] comment not indented like content
# key: "key"
# envName: "ENV_NAME"
# - name: another-existing-secret
# key: key2
# envName: ENV2_NAME

nonSecret: {}
# author: name
Expand Down

0 comments on commit eb8eb1b

Please sign in to comment.