Skip to content

Instantly share code, notes, and snippets.

@jenting
Last active March 4, 2025 22:19
Show Gist options
  • Save jenting/c75acaee096cccf0776ada05cdf4c2e9 to your computer and use it in GitHub Desktop.
Save jenting/c75acaee096cccf0776ada05cdf4c2e9 to your computer and use it in GitHub Desktop.
argocd extension
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