Skip to content

Commit

Permalink
Fix environment variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Mar 13, 2024
1 parent 0568b2e commit 847d177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/neon-storage-controller/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ metadata:
type: Opaque
data:
DATABASE_URL: {{ .Values.settings.databaseUrl | b64enc | quote }}
JWT_TOKEN: {{ .Values.settings.jwtToken| b64enc | quote }}
PAGESERVER_JWT_TOKEN: {{ .Values.settings.jwtToken| b64enc | quote }}
CONTROL_PLANE_JWT_TOKEN: {{ .Values.settings.controlPlaneJwtToken | b64enc | quote }}
CONSOLE_API_KEY: {{ .Values.settings.apiKey | b64enc | quote }}

0 comments on commit 847d177

Please sign in to comment.