apiVersion: argoproj.io/v1alpha1
kind: ArgoCD
metadata:
name: <my_argocd>
spec:
repo:
sidecarContainers:
- name: <my_cmp>
command: [/var/run/argocd/argocd-cmp-server]
image: <my_image>
securityContext:
runAsNonRoot: <true>
runAsUser:
volumeMounts:
- mountPath: /var/run/argocd
name: <var_files>
- mountPath: /home/argocd/cmp-server/plugins
name: plugins
- mountPath: /tmp
name: tmp
- mountPath: /home/argocd/cmp-server/config/plugin.yaml
subPath: <plugin.yaml>
name: <cmp_plugin>
apiVersion: argoproj.io/v1alpha1
kind: ArgoCD
metadata:
name: <my_argocd>
1
spec:
repo:
sidecarContainers:
- name: <my_cmp>
2
command: [/var/run/argocd/argocd-cmp-server]
image: <my_image>
securityContext:
runAsNonRoot: <true>
runAsUser:
3
volumeMounts:
4
- mountPath: /var/run/argocd
name: <var_files>
- mountPath: /home/argocd/cmp-server/plugins
name: plugins
- mountPath: /tmp
name: tmp
- mountPath: /home/argocd/cmp-server/config/plugin.yaml
subPath: <plugin.yaml>
name: <cmp_plugin>
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow