Skip to content

Commit

Permalink
updating env_var variables location
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurilahane committed Oct 19, 2023
1 parent 0479f94 commit 9f7eaa8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/cloudwash_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ objects:
- name: config-volume
mountPath: /opt/app-root/src/cloudwash/settings.yaml
subPath: settings.yaml
volumes:
- name: config-volume
configMap:
name: cloudwash-config
env:
- name: CLEANUP_PROVIDERS_AZURE_AUTH_CLIENT_ID
valueFrom:
Expand Down Expand Up @@ -76,6 +72,10 @@ objects:
key: location
name: provisioning-azure-auth-secret
optional: true
volumes:
- name: config-volume
configMap:
name: cloudwash-config
parameters:
- name: IMAGE_TAG
value: ''
Expand Down

0 comments on commit 9f7eaa8

Please sign in to comment.