Update 3 files

- /ingress-nginx/Chart.yaml
- /ingress-nginx/values.yaml
- /argocd/templates/ingress-nginx.yaml
This commit is contained in:
2023-04-16 14:41:05 +00:00
parent 1291d4fc10
commit ff31d11b56
3 changed files with 0 additions and 153 deletions

View File

@@ -1,21 +0,0 @@
#apiVersion: argoproj.io/v1alpha1
#kind: Application
#metadata:
# name: ingress-nginx
# namespace: argocd
#spec:
# project: default
# source:
# repoURL: https://gitlab.com/developerdurp/homelab.git
# targetRevision: main
# path: ingress-nginx
# destination:
# namespace: ingress-nginx
# name: in-cluster
# syncPolicy:
# automated:
# prune: true
# selfHeal: true
# syncOptions:
# - CreateNamespace=true
#