Skip to content

Instantly share code, notes, and snippets.

@dinushchathurya
Created December 21, 2022 04:18
Show Gist options
  • Save dinushchathurya/8c19aec3051a031bb1fe0f336da0238a to your computer and use it in GitHub Desktop.
Save dinushchathurya/8c19aec3051a031bb1fe0f336da0238a to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: List
items:
- apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argo-rollouts
labels:
type: infrastructure
spec:
project: default
source:
repoURL: https://github.com/dinushchathurya/argocd/combined-demo.git
path: argo/argo-rollouts
destination: *dest
syncPolicy: *policy
- apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: minio
labels:
type: infrastructure
spec:
project: default
source:
repoURL: https://github.com/dinushchathurya/argocd/combined-demo.git
path: application/overlays/dev
destination: *dest
syncPolicy: *policy
- apiVersion: v1
kind: Namespace
metadata:
name: demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment