feat: unsplash api proxy (#6572)

This commit is contained in:
darkskygit
2024-04-16 13:33:07 +00:00
parent bb329944ed
commit 677c4711df
7 changed files with 56 additions and 6 deletions
@@ -159,6 +159,11 @@ spec:
secretKeyRef:
name: "{{ .Values.app.copilot.secretName }}"
key: falSecret
- name: COPILOT_UNSPLASH_API_KEY
valueFrom:
secretKeyRef:
name: "{{ .Values.app.copilot.secretName }}"
key: unsplashSecret
{{ end }}
{{ if .Values.app.oauth.google.enabled }}
- name: OAUTH_GOOGLE_ENABLED