From 5d1e5357d0a67862ff93983074f3520cc310ce6a Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Mon, 11 Apr 2022 00:15:14 +0200 Subject: [PATCH] refactor: rename postgres to postgresql - ArgoCD application name - argocd app source path --- _apps/kissj-postgresql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_apps/kissj-postgresql.yml b/_apps/kissj-postgresql.yml index eabbf5c..1b0a3c3 100644 --- a/_apps/kissj-postgresql.yml +++ b/_apps/kissj-postgresql.yml @@ -1,7 +1,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: kissj-postgres + name: kissj-postgresql namespace: argocd spec: destination: @@ -9,7 +9,7 @@ spec: server: https://kubernetes.default.svc project: kissj source: - path: postgres + path: postgresql repoURL: https://gitlab.mareshq.com/gitops/skautdevs/kissj.git targetRevision: HEAD syncPolicy: