Fix ingress, extsec
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
/test.yaml
|
||||||
|
/test_*.yaml
|
||||||
@@ -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 }}
|
||||||
|
|||||||
@@ -24,10 +24,10 @@ spec:
|
|||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- backend:
|
||||||
service:
|
service:
|
||||||
name: {{ include "..fullname" $ }}
|
name: {{ include "..fullname" $ }}
|
||||||
port:
|
port:
|
||||||
number: 8123
|
number: 8123
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user