diff --git a/argocd/apps/argocd/argocd/argocd.yaml b/argocd/apps/argocd/argocd/argocd.yaml index eb0792d..03a002f 100644 --- a/argocd/apps/argocd/argocd/argocd.yaml +++ b/argocd/apps/argocd/argocd/argocd.yaml @@ -1,20 +1,20 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - source: - repoURL: 'https://argoproj.github.io/argo-helm' - targetRevision: 5.* - helm: - parameters: - - name: 'server.extraArgs[0]' - value: '--insecure' - - name: server.ingress.enabled - value: 'true' +#apiVersion: argoproj.io/v1alpha1 +#kind: Application +#metadata: +# name: argocd +# finalizers: +# - resources-finalizer.argocd.argoproj.io +#spec: +# project: default +# source: +# repoURL: 'https://argoproj.github.io/argo-helm' +# targetRevision: 5.* +# helm: +# parameters: +# - name: 'server.extraArgs[0]' +# value: '--insecure' +# - name: server.ingress.enabled +# value: 'true' # - name: 'server.ingress.hosts[0]' # value: 'argocd.innovation-hub-niedersachsen.de' # - name: 'global.networkPolicy.create' @@ -29,13 +29,13 @@ spec: # value: traefik # - name: server.ingress.annotations."traefik\.ingress\.kubernetes\.io\/router\.tls" # value: 'true' - chart: argo-cd - destination: - server: 'https://kubernetes.default.svc' - namespace: argocd - syncPolicy: - automated: - selfHeal: true - prune: true - syncOptions: - - CreateNamespace=true \ No newline at end of file +# chart: argo-cd +# destination: +# server: 'https://kubernetes.default.svc' +# namespace: argocd +# syncPolicy: +# automated: +# selfHeal: true +# prune: true +# syncOptions: +# - CreateNamespace=true \ No newline at end of file