Skip to content

Commit a11efb0

Browse files
committed
fix: remove uneeded certs
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent da1c99e commit a11efb0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

charts/hub/trustee/templates/kbs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ spec:
1313
- "{{ .name }}"
1414
{{- end }}
1515
- "security-policy"
16+
{{- if ne .Values.clusterGroup.name "baremetal" }}
1617
kbsHttpsKeySecretName: kbs-https-key
1718
kbsHttpsCertSecretName: kbs-https-certificate
19+
{{- end }}
1820
kbsResourcePolicyConfigMapName: resource-policy
1921

2022
# TDX specific configuration (optional)

0 commit comments

Comments
 (0)