syntasso / kratix-docs

1 stars 8 forks source link

feat(SealedSecret pipeline): read cert from `env` or `volumeMounts` #57

Open kirederik opened 1 month ago

kirederik commented 1 month ago

the current sealedsecret image uses kubectl to read a configmap with a known name to find out the certificate to use;

a better approach would to support reading the certificate from env or from a file within the local system; this would allow penny to use env or volumeMounts on her pipeline spec. This would also making reading the configmap with a known name redundant, so we can remove it.

tasks