We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbedf7 commit f5b9d3dCopy full SHA for f5b9d3d
pkg/fixtures/manifests/ingress/ingress.yaml
@@ -26,4 +26,4 @@ spec:
26
tls:
27
- hosts:
28
- "test-host.com"
29
- secretName: "keyvault-test-service"
+ secretName: "keyvault-test-ingress"
template/manifests/Ingress/manifests/ingress.yaml
@@ -32,6 +32,6 @@ spec:
32
33
34
- "{{ .Config.GetVariableValue "HOST"}}"
35
- secretName: "keyvault-{{ .Config.GetVariableValue "SERVICENAME"}}"
+ secretName: "keyvault-{{ .Config.GetVariableValue "INGRESSNAME"}}"
36
{{- end}}
37
-{{- end}}
+{{- end}}
0 commit comments