diff options
Diffstat (limited to 'kubernetes/authentication/components/oauth2-proxy/templates/NOTES.txt')
-rw-r--r-- | kubernetes/authentication/components/oauth2-proxy/templates/NOTES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/authentication/components/oauth2-proxy/templates/NOTES.txt b/kubernetes/authentication/components/oauth2-proxy/templates/NOTES.txt new file mode 100644 index 0000000000..36ded35867 --- /dev/null +++ b/kubernetes/authentication/components/oauth2-proxy/templates/NOTES.txt @@ -0,0 +1,3 @@ +To verify that oauth2-proxy has started, run: + + kubectl --namespace={{ template "oauth2-proxy.namespace" $ }} get pods -l "app={{ template "oauth2-proxy.name" . }}" |