Skip to content

Commit

Permalink
Correction of syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Grosu committed Nov 20, 2024
1 parent b049b73 commit 29aa0bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/rs-server-staging/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ data:
user: {{ .Values.postgres.secret.user | b64enc | quote }}
pass: {{ .Values.postgres.secret.pass | b64enc | quote }}
---
apiVersion: v1
kind: Secret
metadata:
name: jupyterhub-api-token
namespace: {{ .Values.namespace }}
Expand Down

0 comments on commit 29aa0bf

Please sign in to comment.