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: argoproj.io/v1alpha1 | |
kind: Application | |
metadata: | |
name: message-app-staging | |
namespace: argocd | |
environment: staging | |
finalizers: | |
- resources-finalizer.argocd.argoproj.io | |
spec: | |
project: default | |
# Source of the application manifests | |
source: | |
repoURL: https://github.com/akash-gautam/message-app-manifests.git | |
targetRevision: HEAD | |
path: manifests/staging | |
# Destination cluster and namespace to deploy the application | |
destination: | |
server: https://kubernetes.default.svc | |
namespace: staging | |
syncPolicy: | |
automated: | |
prune: false | |
selfHeal: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment