We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cd66f1 + eb940ce commit b6882d1Copy full SHA for b6882d1
kustomization_user.tf
@@ -43,7 +43,7 @@ resource "null_resource" "kustomization_user_deploy" {
43
# Debugging: "sh -c 'for file in $(find /var/user_kustomize -type f -name \"*.yaml\" | sort -n); do echo \"\n### Template $${file}.tpl after rendering:\" && cat $${file}; done'",
44
inline = compact([
45
"rm -f /var/user_kustomize/*.yaml.tpl",
46
- "echo 'Applying user kustomization...",
+ "echo 'Applying user kustomization...'",
47
"kubectl apply -k /var/user_kustomize/ --wait=true",
48
var.extra_kustomize_deployment_commands
49
])
0 commit comments