Skip to content

Commit

Permalink
Update kubernetes.tf
Browse files Browse the repository at this point in the history
Remove wrong endif in template
  • Loading branch information
angonz authored May 13, 2024
1 parent 3d23c6b commit eb34c67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ resource "kubernetes_secret" "xqueue" {
}
}

{% endif %}{% if cookiecutter.ci_deploy_install_credentials_server|upper == "Y" -%}
{% if cookiecutter.ci_deploy_install_credentials_server|upper == "Y" -%}
resource "random_password" "mysql_credentials" {
length = 16
special = true
Expand Down

0 comments on commit eb34c67

Please sign in to comment.