This commit is contained in:
2024-05-17 08:33:33 +02:00
parent 9b516d4470
commit 50b7296415
4 changed files with 73 additions and 4 deletions

View File

@@ -34,6 +34,12 @@ resource "kubectl_manifest" "wordpress_files" {
labels: ${jsonencode(local.common_labels)}
namespace: ${var.namespace}
data:
"vynil-configurator.sh": |-
#!/bin/sh
if [ -z $(wp core is-installed) ]; then
echo Should configure....
fi
env
wp-cli: |-
#!/bin/sh
WP_PATH=/var/www/html/