fix: Remove redundant dictionary key
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
436995accc
commit
d86f70a458
@ -21,23 +21,22 @@ downstream:
|
|||||||
defaultDataPath: /mnt/blockstorage
|
defaultDataPath: /mnt/blockstorage
|
||||||
|
|
||||||
pinniped:
|
pinniped:
|
||||||
helm:
|
version: 1.2.11 # (= Pinniped v0.25.0)
|
||||||
version: 1.2.11 # (= Pinniped v0.25.0)
|
chart: bitnami/pinniped
|
||||||
chart: bitnami/pinniped
|
namespace: pinniped-concierge
|
||||||
namespace: pinniped-concierge
|
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
||||||
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
chart_values: !unsafe |
|
||||||
chart_values: !unsafe |
|
supervisor:
|
||||||
supervisor:
|
enabled: false
|
||||||
enabled: false
|
extra_manifests: !unsafe
|
||||||
extra_manifests: !unsafe
|
- src: jwtauthenticator.j2
|
||||||
- src: jwtauthenticator.j2
|
_template:
|
||||||
_template:
|
name: metacluster-sso
|
||||||
name: metacluster-sso
|
spec: |2
|
||||||
spec: |2
|
issuer: https://auth.{{ vapp['metacluster.fqdn'] }}/sso
|
||||||
issuer: https://auth.{{ vapp['metacluster.fqdn'] }}/sso
|
audience: {{ vapp['workloadcluster.name'] | lower }}
|
||||||
audience: {{ vapp['workloadcluster.name'] | lower }}
|
tls:
|
||||||
tls:
|
certificateAuthorityData: "{{ (stepca_cm_certs.resources[0].data['intermediate_ca.crt'] ~ '\n' ~ stepca_cm_certs.resources[0].data['root_ca.crt']) | b64encode }}"
|
||||||
certificateAuthorityData: "{{ (stepca_cm_certs.resources[0].data['intermediate_ca.crt'] ~ '\n' ~ stepca_cm_certs.resources[0].data['root_ca.crt']) | b64encode }}"
|
|
||||||
|
|
||||||
sealed-secrets:
|
sealed-secrets:
|
||||||
version: 2.8.1 # (= Sealed Secrets v0.20.2)
|
version: 2.8.1 # (= Sealed Secrets v0.20.2)
|
||||||
|
Loading…
Reference in New Issue
Block a user