Fix ingress, extsec

This commit is contained in:
2024-01-14 17:48:45 +00:00
parent e0926979c1
commit 2c918f8fd4
3 changed files with 7 additions and 5 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/test.yaml
/test_*.yaml

View File

@@ -1,7 +1,7 @@
{{- if and .Values.externalSecrets }} {{- if and .Values.externalSecrets }}
{{- range .Values.externalSecrets }} {{- range .Values.externalSecrets }}
--- ---
apiVersion: v1 apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret kind: ExternalSecret
metadata: metadata:
name: {{ include "..fullname" $ }}-{{ .name }} name: {{ include "..fullname" $ }}-{{ .name }}