Update 11 files

- /sealed-secrets/templates/deployment.yaml
- /sealed-secrets/Chart.yaml
- /sealed-secrets/values.yaml
- /authentik/templates/postgre-sealed.yaml
- /argocd/templates/sealed-secrets.yaml
- /authentik/templates/ingress.yaml
- /bitwarden/templates/ingress.yaml
- /durpapi/templates/external-dns.yaml
- /whoogle/templates/ingress.yaml
- /internalproxy/templates/plex-ingress.yaml
- /kube-prometheus-stack/templates/ingress.yaml
This commit is contained in:
2023-06-09 23:26:21 +00:00
parent c8a0e8da19
commit 2db7260d52
11 changed files with 73 additions and 302 deletions

View File

@@ -1,23 +0,0 @@
#apiVersion: argoproj.io/v1alpha1
#kind: Application
#metadata:
# name: sealed-secrets
# namespace: argocd
#spec:
# project: default
# source:
# repoURL: https://gitlab.com/developerdurp/homelab.git
# targetRevision: main
# path: sealed-secrets
# directory:
# recurse: true
# destination:
# server: https://kubernetes.default.svc
# namespace: sealed-secrets
# syncPolicy:
# automated:
# prune: true
# selfHeal: true
# syncOptions:
# - CreateNamespace=true
#