This commit is contained in:
2024-05-17 09:02:04 +02:00
parent ea4e0ab87d
commit c3a5e062cd

View File

@@ -43,7 +43,7 @@ resource "kubectl_manifest" "wordpress_files" {
namespace: ${var.namespace}
data:
"vynil-configurator.sh": |-
#!/usr/bin/env bash
#!/usr/bin/env bash -cx
if [ -z $(wp core is-installed) ]; then
echo Should configure....
echo "$${WORDPRESS_CONFIG_EXTRA}" | wp config create \