1
0
Fork 0

refactor: rename postgres to postgresql

- ArgoCD application name
- argocd app source path
This commit is contained in:
Vojtěch Mareš 2022-04-11 00:15:14 +02:00
parent 4cbf45f33e
commit 5d1e5357d0
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: kissj-postgres name: kissj-postgresql
namespace: argocd namespace: argocd
spec: spec:
destination: destination:
@ -9,7 +9,7 @@ spec:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
project: kissj project: kissj
source: source:
path: postgres path: postgresql
repoURL: https://gitlab.mareshq.com/gitops/skautdevs/kissj.git repoURL: https://gitlab.mareshq.com/gitops/skautdevs/kissj.git
targetRevision: HEAD targetRevision: HEAD
syncPolicy: syncPolicy: