Skip to content

Commit b6882d1

Browse files
authored
Merge pull request #1143 from carstenblt/master
fix typo in kustomziation_user.tf
2 parents 3cd66f1 + eb940ce commit b6882d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kustomization_user.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ resource "null_resource" "kustomization_user_deploy" {
4343
# 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'",
4444
inline = compact([
4545
"rm -f /var/user_kustomize/*.yaml.tpl",
46-
"echo 'Applying user kustomization...",
46+
"echo 'Applying user kustomization...'",
4747
"kubectl apply -k /var/user_kustomize/ --wait=true",
4848
var.extra_kustomize_deployment_commands
4949
])

0 commit comments

Comments
 (0)