We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834f27d commit 73911eaCopy full SHA for 73911ea
2 files changed
hooks/notification/.helm-docs.gotmpl
@@ -68,7 +68,7 @@ env:
68
- name: SOME_ENV
69
valueFrom:
70
secretKeyRef:
71
- secret: some-secret
+ name: some-secret
72
key: some-key
73
```
74
@@ -158,8 +158,8 @@ env:
158
- name: POINTER_TO_ENV
159
160
161
- name: myslacksecret
162
- key: SLACK_WEB_HOOK
+ name: myslacksecret
+ key: SLACK_WEB_HOOK
163
164
# cat values_slack_secrets.yaml
165
apiVersion: v1
hooks/notification/README.md
@@ -87,7 +87,7 @@ env:
87
88
89
90
91
92
93
@@ -177,8 +177,8 @@ env:
177
178
179
180
181
182
183
184
0 commit comments