Skip to content

Commit

Permalink
Use heredoc syntax for passing the JUJU_CA_CERT
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici committed Sep 29, 2023
1 parent de8cb2a commit 9c39d02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/k8s_tunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ jobs:
controller_addresses = [$LB_IP]
username = $JUJU_USERNAME
password = $JUJU_PASSWORD
ca_certificate = $JUJU_CA_CERT
ca_certificate = <<-EOT
$JUJU_CA_CERT
EOT
}
resource \"juju_model\" \"testmodel\" {
Expand Down

0 comments on commit 9c39d02

Please sign in to comment.