Skip to content

Commit

Permalink
Merge branch 'main' into feat/deploying-to-aws
Browse files Browse the repository at this point in the history
  • Loading branch information
mnorbury authored Jan 3, 2025
2 parents a191fb8 + e743add commit e3e7ad7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/platform/templates/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ spec:
name: {{ include "platform.fullName" . }}-secrets
key: clickhouseDSN
{{- end }}
- name: CQAPI_LOCAL_AES_KEY_FILE
value: "/shared/encrypted_aes_key.bin"
- name: CQAPI_LOCAL_JWT_PRIVATE_KEY
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -98,10 +100,14 @@ spec:
{{- with .Values.volumeMounts }}
{{- toYaml . | nindent 12 }}
{{- end }}
- name: shared
mountPath: /shared
volumes:
{{- with .Values.volumes }}
{{- toYaml . | nindent 8 }}
{{- end }}
- name: shared
emptyDir: {}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit e3e7ad7

Please sign in to comment.