Skip to content

Commit

Permalink
Merge pull request #1143 from carstenblt/master
Browse files Browse the repository at this point in the history
fix typo in kustomziation_user.tf
  • Loading branch information
mysticaltech authored Dec 31, 2023
2 parents 3cd66f1 + eb940ce commit b6882d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kustomization_user.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "null_resource" "kustomization_user_deploy" {
# 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'",
inline = compact([
"rm -f /var/user_kustomize/*.yaml.tpl",
"echo 'Applying user kustomization...",
"echo 'Applying user kustomization...'",
"kubectl apply -k /var/user_kustomize/ --wait=true",
var.extra_kustomize_deployment_commands
])
Expand Down

0 comments on commit b6882d1

Please sign in to comment.