We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1c99e commit a11efb0Copy full SHA for a11efb0
1 file changed
charts/hub/trustee/templates/kbs.yaml
@@ -13,8 +13,10 @@ spec:
13
- "{{ .name }}"
14
{{- end }}
15
- "security-policy"
16
+ {{- if ne .Values.clusterGroup.name "baremetal" }}
17
kbsHttpsKeySecretName: kbs-https-key
18
kbsHttpsCertSecretName: kbs-https-certificate
19
+ {{- end }}
20
kbsResourcePolicyConfigMapName: resource-policy
21
22
# TDX specific configuration (optional)
0 commit comments