Created
April 20, 2020 03:20
-
-
Save akash-gautam/8045436e235818921e17145efb535373 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: 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