Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Sep 6, 2024
1 parent 55d1bdb commit 0209a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/yourls/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ To access your YOURLS site from outside the cluster follow the steps below:

3. Login with the following credentials below to see your app:

echo Username: $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "common.names.fullname" . }} -o jsonpath="{.data.username}" | base64 --decode)
echo Password: $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "common.names.fullname" . }} -o jsonpath="{.data.password}" | base64 --decode)
echo Username: $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "common.names.fullname" . }} -o jsonpath="{.data.username}" | base64 --decode)
echo Password: $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "common.names.fullname" . }} -o jsonpath="{.data.password}" | base64 --decode)

{{- if .Values.metrics.enabled }}

Expand Down

0 comments on commit 0209a43

Please sign in to comment.