mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
Fix ArgoCD applications for both frontend and backend
This commit is contained in:
parent
c6eba62352
commit
b36a27c9c8
@ -12,12 +12,9 @@ spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/SamyRai/turash.git
|
||||
targetRevision: master
|
||||
targetRevision: HEAD
|
||||
path: k8s
|
||||
directory:
|
||||
recurse: true
|
||||
include: "*.yaml"
|
||||
exclude: "*.template"
|
||||
kustomize: {}
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: turash
|
||||
|
||||
@ -10,13 +10,11 @@ metadata:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://github.com/SamyRai/turash.git
|
||||
targetRevision: master
|
||||
path: k8s
|
||||
kustomize:
|
||||
commonAnnotations:
|
||||
app.kubernetes.io/managed-by: argocd
|
||||
source:
|
||||
repoURL: https://github.com/SamyRai/turash.git
|
||||
targetRevision: HEAD
|
||||
path: k8s
|
||||
kustomize: {}
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: turash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user