Merge pull request #14 from hammady/feature/helm3

Merge hammady/code-server/feature/helm3 into Matthew-Beckett/code-server/feature/helm3
This commit is contained in:
Matthew Beckett 2020-10-12 12:02:40 +01:00 committed by GitHub
commit 3570ff796d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 12 deletions

View File

@ -22,4 +22,4 @@
Administrator credentials:
Password : $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "code-server.fullname" . }} -o jsonpath="{.data.password}" | base64 --decode)
Password: echo $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "code-server.fullname" . }} -o jsonpath="{.data.password}" | base64 --decode)

View File

@ -114,6 +114,7 @@ persistence:
accessMode: ReadWriteOnce
size: 1Gi
annotations: {}
# existingClaim: ""
serviceAccount:
create: true