Git File Browser

User: usernamegoeshere | Repo: argocd
← Back
octopub-test.yml
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: octopub-manifest-parent-test
  namespace: argocd
  annotations:
    argo.octopus.com/project.octopub-manifest-parent-test: "argo-cd-octopub-manifest"
    argo.octopus.com/environment.octopub-manifest-parent-test: "test"
spec:
  project: default
  sources:
    - name: octopub-manifest-parent-test
      repoURL: https://mockgit.octopus.com/repo/argocd
      # This is the destination folder where the template manifest files are placed
      path: "octopub-manifest/application/test"
      targetRevision: main

  destination:
    server: https://kubernetes.default.svc
    namespace: octopub-manifest-parent-test
  syncPolicy:
    automated:
      prune: true
      selfHeal: true
    syncOptions:
      - CreateNamespace=true