PuzzleFoco
Results
2
comments of
PuzzleFoco
Hey, same problem here even with a secret with just one file. ``` resource "kubernetes_secret" "cert-manager-secret" { metadata { name = "secret-name" namespace = kubernetes_namespace.cert_manager.metadata.0.name } type = "Opaque" data...
Don't find here a possibility to use an initContainer either. Would be if there was a possibility for an initContainer besides the ones for the databases.