chore: Fix/Remove incorrect/redundant key references
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-22 21:17:18 +02:00
parent 2110eb9e2c
commit b009395f62
2 changed files with 17 additions and 9 deletions

View File

@ -37,7 +37,7 @@ downstream:
issuer: https://auth.{{ vapp['metacluster.fqdn'] }}/sso
audience: {{ vapp['workloadcluster.name'] | lower }}
tls:
certificateAuthorityData: {{ ca_bundle }}
certificateAuthorityData: "{{ (stepca_cm_certs.resources[0].data['intermediate_ca.crt'] ~ stepca_cm_certs.resources[0].data['root_ca.crt']) | b64encode }}"
sealed-secrets:
version: 2.8.1 # (= Sealed Secrets v0.20.2)