-
-
Save jenting/c75acaee096cccf0776ada05cdf4c2e9 to your computer and use it in GitHub Desktop.
argocd extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl apply -n argo-rollouts -f https://github.com/argoproj/argo-rollouts/releases/download/v1.7.2/install.yaml | |
initContainers: | |
- env: | |
- name: EXTENSION_URL | |
value: https://github.com/argoproj-labs/rollout-extension/releases/download/v0.3.7/extension.tar | |
image: quay.io/argoprojlabs/argocd-extension-installer:v0.0.8 | |
imagePullPolicy: IfNotPresent | |
name: rollout-extension | |
resources: {} | |
securityContext: | |
allowPrivilegeEscalation: false | |
runAsUser: 1000 | |
terminationMessagePath: /dev/termination-log | |
terminationMessagePolicy: File | |
volumeMounts: | |
- mountPath: /tmp/extensions/ | |
name: extensions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment