Skip to content

Commit

Permalink
ci: updating env_var variables location
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurilahane authored and mshriver committed Oct 20, 2023
1 parent f9724b4 commit 93b749a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy/cloudwash_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,13 @@ objects:
command:
- swach
args:
- "-d"
- "-d" # remove this after merging everything
- "azure"
- "--all"
volumeMounts:
- 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 93b749a

Please sign in to comment.