Skip to content

Commit

Permalink
Updated helm note to add namespace, closes #422
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Carroll <me@evancarroll.com>
  • Loading branch information
EvanCarroll committed Aug 2, 2023
1 parent 9cea03f commit d6d1371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 3.5.20
version: 3.5.21
appVersion: 27.0.1
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
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 d6d1371

Please sign in to comment.