Skip to content

Commit

Permalink
ci: Adding configmap to job
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurilahane committed Oct 2, 2023
1 parent 88f4954 commit b00146f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy/cloudwash_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ objects:
- "-d"
- "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
envFrom:
- configMapRef:
name: cloudwash_config.configmap.yml
env:
- name: CLEANUP_PROVIDERS_AZURE_AUTH_CLIENT_ID
valueFrom:
Expand Down

0 comments on commit b00146f

Please sign in to comment.