update deployments
This commit is contained in:
parent
06369c5f06
commit
87733d13b5
@ -15,4 +15,4 @@ spec:
|
|||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
# selfHeal: true
|
@ -3,11 +3,12 @@ kind: Kustomization
|
|||||||
|
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
resources:
|
resources:
|
||||||
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- argo-apps.application.yaml
|
- argo-apps.application.yaml
|
||||||
|
|
||||||
|
|
||||||
patches:
|
### apply patches from file
|
||||||
- known-hosts.configmap.yaml
|
patchesStrategicMerge:
|
||||||
|
- known-hosts.configmap.yaml
|
||||||
|
@ -113,7 +113,7 @@ spec:
|
|||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/apps/immich/values.yaml
|
- $values/apps/immich/values.yaml
|
||||||
- repoURL: 'https://github.com/moll-re/k3s-infra.git'
|
- repoURL: 'https://github.com/moll-re/k3s-infra.git'
|
||||||
targetRevision: dev
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user