Skip to content

Commit

Permalink
add documentation for name-overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten Kraus authored and Karsten Kraus committed Aug 24, 2023
1 parent d1384f8 commit e3b597c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/vault-raft-snapshot-agent/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# -- overrides the generated full-name for generated resources

Check failure on line 1 in charts/vault-raft-snapshot-agent/values.yaml

View workflow job for this annotation

GitHub Actions / check-charts

1:63 [trailing-spaces] trailing spaces
# @default -- release-name + chart-name truncated to 63 chars
fullnameOverride:
# -- overrides the generated name for generated resources
# @default -- `.Chart.Name`
nameOverride:

Check failure on line 6 in charts/vault-raft-snapshot-agent/values.yaml

View workflow job for this annotation

GitHub Actions / check-charts

6:14 [trailing-spaces] trailing spaces

deployment:
strategy:
# -- Update-strategy for the agent's pods
Expand Down

0 comments on commit e3b597c

Please sign in to comment.