Skip to content

Commit

Permalink
add argo-config (#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
UchicagoZchen138 authored Mar 22, 2022
1 parent 6fa9ea9 commit d4c55fa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kube/services/argo-wrapper/argo-wrapper-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,19 @@ spec:
values:
- argo-wrapper
topologyKey: "kubernetes.io/hostname"
volumes:
- name: argo-config
configMap:
name: manifest-argo

containers:
- name: argo-wrapper
GEN3_ARGO-WRAPPER_IMAGE
imagePullPolicy: Always
ports:
- containerPort: 8000
volumeMounts:
- name: argo-config
readOnly: true
mountPath: /argo.json
subPath: argo.json

0 comments on commit d4c55fa

Please sign in to comment.