Advertisement
PandaAcademy

frontend.app

Apr 20th, 2022 (edited)
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.36 KB | None | 0 0
  1. apiVersion: argoproj.io/v1alpha1
  2. kind: Application
  3. metadata:
  4.   name: frontend
  5.   namespace: argocd
  6. spec:
  7.   destination:
  8.     namespace: default
  9.     server: https://kubernetes.default.svc
  10.   project: default
  11.   source:
  12.     path: frontend
  13.     repoURL: https://github.com/Panda-Academy-Core-2-0/ArgoCD/
  14.     targetRevision: main
  15.   syncPolicy:
  16.     automated: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement