You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi , i'm trying to set my own certificates for syslog/openldap/vault .. etc etc (all my certs are managed by cert-manger + vault )
but when i set secret.enabled=false
i can't use my certificates.because all secret need to be in an all in one secret concourse-web
thre is a way do to in another way?
EDIT: possible wokroud would be to create a projected volumes with all the secret when secrets.enabled=false
with all the wanted secrets. or maybe th epossibility to overwrite them with our secret ? (path)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 21s default-scheduler Successfully assigned concourse/concourse-web-65f47fdd5-5dz48 to jmonnet-pas-toucher
Warning FailedMount 6s (x6 over 21s) kubelet MountVolume.SetUp failed for volume "auth-keys": secret "concourse-web" not found
Warning FailedMount 6s (x6 over 21s) kubelet MountVolume.SetUp failed for volume "concourse-keys": secret "concourse-web" not found
Warning FailedMount 6s (x6 over 21s) kubelet MountVolume.SetUp failed for volume "syslog-keys": secret "concourse-web" not found
The text was updated successfully, but these errors were encountered:
DrummyFloyd
changed the title
mtls secret.enabled=false not working
custom secret when secret.enabled=false not working
Aug 24, 2022
hi , i'm trying to set my own certificates for syslog/openldap/vault .. etc etc (all my certs are managed by cert-manger + vault )
but when i set
secret.enabled=false
i can't use my certificates.because all secret need to be in an all in one secret
concourse-web
thre is a way do to in another way?
EDIT: possible wokroud would be to create a projected volumes with all the secret when
secrets.enabled=false
with all the wanted secrets. or maybe th epossibility to overwrite them with our secret ? (path)
this is my
value.yaml
even if i override the value
webTlsC*
i've got always the same value in manifest
The text was updated successfully, but these errors were encountered: