mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
5603924b25
commit
8283311536
1 changed files with 25 additions and 25 deletions
|
|
@ -26,28 +26,28 @@ spec:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
#kind: Application
|
kind: Application
|
||||||
#metadata:
|
metadata:
|
||||||
# name: istio-system-dmz
|
name: istio-system-dmz
|
||||||
# namespace: argocd
|
namespace: argocd
|
||||||
#spec:
|
spec:
|
||||||
# project: default
|
project: default
|
||||||
# source:
|
source:
|
||||||
# repoURL: https://gitlab.com/developerdurp/homelab.git
|
repoURL: https://gitlab.com/developerdurp/homelab.git
|
||||||
# targetRevision: main
|
targetRevision: main
|
||||||
# path: dmz/istio-system
|
path: dmz/istio-system
|
||||||
# destination:
|
destination:
|
||||||
# namespace: istio-system
|
namespace: istio-system
|
||||||
# name: dmz
|
name: dmz
|
||||||
# syncPolicy:
|
syncPolicy:
|
||||||
# automated:
|
automated:
|
||||||
# prune: true
|
prune: true
|
||||||
# selfHeal: true
|
selfHeal: true
|
||||||
# syncOptions:
|
syncOptions:
|
||||||
# - CreateNamespace=true
|
- CreateNamespace=true
|
||||||
# ignoreDifferences:
|
ignoreDifferences:
|
||||||
# - group: admissionregistration.k8s.io
|
- group: admissionregistration.k8s.io
|
||||||
# kind: ValidatingWebhookConfiguration
|
kind: ValidatingWebhookConfiguration
|
||||||
# jsonPointers:
|
jsonPointers:
|
||||||
# - /webhooks/0/failurePolicy
|
- /webhooks/0/failurePolicy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue