fix
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user