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
|
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:
|
||||||
|
|
|
||||||
Reference in a new issue