Skip to content

Commit 01e1316

Browse files
authored
Correct label in NOTES.txt
The `app` label on the pods is set based on the `name` template, not the `fullname` template. In cases where they are different (for example, if the release name is not `oauth2-proxy`, and neither `nameOverride` nor `fullnameOverride` are set), the instructions in the rendered notes would be incorrect.
1 parent 56590b9 commit 01e1316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
To verify that oauth2-proxy has started, run:
22

3-
kubectl --namespace={{ .Release.Namespace }} get pods -l "app={{ template "oauth2-proxy.fullname" . }}"
3+
kubectl --namespace={{ .Release.Namespace }} get pods -l "app={{ template "oauth2-proxy.name" . }}"

0 commit comments

Comments
 (0)