Skip to content

Commit

Permalink
updated helm note to add namespace, closes #422
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanCarroll committed Aug 2, 2023
1 parent 9cea03f commit 4b5d36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nextcloud/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ host. To configure nextcloud with the URL of your service:

export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ template "nextcloud.name" . }}" -o jsonpath="{.items[0].metadata.name}")
echo http://127.0.0.1:8080/
kubectl port-forward $POD_NAME 8080:80
kubectl port-forward --namespace {{ .Release.Namespace }} $POD_NAME 8080:80
{{- else }}

echo http://{{ .Values.nextcloud.host }}/
Expand Down

0 comments on commit 4b5d36f

Please sign in to comment.