Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c918f8fd4 |
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 }}
|
||||
{{- range .Values.externalSecrets }}
|
||||
---
|
||||
apiVersion: v1
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: {{ include "..fullname" $ }}-{{ .name }}
|
||||
|
||||
@@ -24,10 +24,10 @@ spec:
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: {{ include "..fullname" $ }}
|
||||
port:
|
||||
number: 8123
|
||||
service:
|
||||
name: {{ include "..fullname" $ }}
|
||||
port:
|
||||
number: 8123
|
||||
path: /
|
||||
pathType: Prefix
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user