Created
December 21, 2022 04:18
-
-
Save dinushchathurya/8c19aec3051a031bb1fe0f336da0238a to your computer and use it in GitHub Desktop.
This file contains 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
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