diff --git a/bootstrap/argo-cd.yaml b/bootstrap/argo-cd.yaml index 32f573a..53cd569 100644 --- a/bootstrap/argo-cd.yaml +++ b/bootstrap/argo-cd.yaml @@ -12,21 +12,21 @@ spec: namespace: argocd server: https://kubernetes.default.svc ignoreDifferences: - - group: argoproj.io - jsonPointers: - - /status - kind: Application + - group: argoproj.io + jsonPointers: + - /status + kind: Application project: default source: path: bootstrap/argo-cd - repoURL: https://git.nc.landry.land/davad/argo.git + repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git syncPolicy: automated: allowEmpty: true prune: true selfHeal: true syncOptions: - - allowEmpty=true + - allowEmpty=true status: health: {} summary: {} diff --git a/bootstrap/cluster-resources.yaml b/bootstrap/cluster-resources.yaml index 42feb94..6c56f50 100644 --- a/bootstrap/cluster-resources.yaml +++ b/bootstrap/cluster-resources.yaml @@ -8,17 +8,17 @@ metadata: namespace: argocd spec: generators: - - git: - files: - - path: bootstrap/cluster-resources/*.json - repoURL: https://git.nc.landry.land/davad/argo.git - requeueAfterSeconds: 20 - revision: "" - template: - metadata: {} - spec: - destination: {} - project: "" + - git: + files: + - path: bootstrap/cluster-resources/*.json + repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git + requeueAfterSeconds: 20 + revision: "" + template: + metadata: {} + spec: + destination: {} + project: "" syncPolicy: preserveResourcesOnDeletion: true template: @@ -30,16 +30,16 @@ spec: namespace: argocd spec: destination: - server: '{{server}}' + server: "{{server}}" ignoreDifferences: - - group: argoproj.io - jsonPointers: - - /status - kind: Application + - group: argoproj.io + jsonPointers: + - /status + kind: Application project: default source: path: bootstrap/cluster-resources/{{name}} - repoURL: https://git.nc.landry.land/davad/argo.git + repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git syncPolicy: automated: allowEmpty: true diff --git a/bootstrap/root.yaml b/bootstrap/root.yaml index 1a83296..90f8444 100644 --- a/bootstrap/root.yaml +++ b/bootstrap/root.yaml @@ -3,7 +3,7 @@ kind: Application metadata: creationTimestamp: null finalizers: - - resources-finalizer.argocd.argoproj.io + - resources-finalizer.argocd.argoproj.io labels: app.kubernetes.io/managed-by: argocd-autopilot app.kubernetes.io/name: root @@ -14,21 +14,21 @@ spec: namespace: argocd server: https://kubernetes.default.svc ignoreDifferences: - - group: argoproj.io - jsonPointers: - - /status - kind: Application + - group: argoproj.io + jsonPointers: + - /status + kind: Application project: default source: path: projects - repoURL: https://git.nc.landry.land/davad/argo.git + repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git syncPolicy: automated: allowEmpty: true prune: true selfHeal: true syncOptions: - - allowEmpty=true + - allowEmpty=true status: health: {} summary: {}