refactor: rename postgres to postgresql
- ArgoCD application name - argocd app source path
This commit is contained in:
parent
4cbf45f33e
commit
5d1e5357d0
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Reference in a new issue