diff --git a/bootstrap/argocd/application-portainer.yaml b/bootstrap/argocd/application-portainer.yaml new file mode 100644 index 0000000..5c5ba1f --- /dev/null +++ b/bootstrap/argocd/application-portainer.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: portainer + namespace: argocd +spec: + project: default + source: + repoURL: https://rv32i.pl/trade/trade-deploy.git + targetRevision: main + path: kustomize/infra/portainer + destination: + server: https://kubernetes.default.svc + namespace: portainer + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true