Skip to content

Commit

Permalink
Update env variables in deployment file (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikmonsen authored Nov 4, 2024
1 parent 0d56459 commit 812d73d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions k8s/stage/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,18 @@ spec:
secretKeyRef:
name: ammo-secrets
key: keycloak_client_id
- name: NEXT_PUBLIC_IMAGE_API_PATH
valueFrom:
secretKeyRef:
name: ammo-secrets
key: image_api_path
- name: AUTH_API_PATH
valueFrom:
secretKeyRef:
name: ammo-secrets
key: auth_api_path
- name: IMAGE_API_PATH
- name: CATALOGUE_API_PATH
valueFrom:
secretKeyRef:
name: ammo-secrets
key: image_api_path
key: catalogue_api_path

0 comments on commit 812d73d

Please sign in to comment.