Skip to content

Commit

Permalink
Addressed linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: EStork09 <[email protected]>
  • Loading branch information
EStork09 committed Oct 18, 2023
1 parent 7cf14a0 commit 717efee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/redis-replication/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ tolerations: []
# value: "value"
# effect: "NoSchedule"

serviceAccountName : ""
serviceAccountName: ""

TLS:
ca: ca.key
Expand Down
2 changes: 1 addition & 1 deletion charts/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ acl:
secret:
secretName: ""

env : []
env: []
# - name: VAR_NAME
# value: "value1"

0 comments on commit 717efee

Please sign in to comment.