Git File Browser

User: usernamegoeshere | Repo: argocd
← Back
octopub.yml
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: octopub-manifest-test
  namespace: argocd
spec:
  project: default
  sources:
    - name: octopub-test
      repoURL: https://mockgit.octopus.com/repo/argocd
      path: "octopub/octopub-frontend"
      targetRevision: main
      helm:
        values: |
          image:
            repository: ghcrfacade-a6awccayfpcpg4cg.eastus-01.azurewebsites.net/octopussolutionsengineering/octopub-frontend
            tag: latest
          mockBackend: true
          overrideTheme: blue

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