Patch HCP Consul/HCP Vault tutorial#74
Conversation
…ugs, and update kubeconfig generation
|
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes 0 out of 2 committers have signed the CLA.
Christian Weber seems not to be a GitHub user. Have you signed the CLA already but the status is still pending? Recheck it. |
| } | ||
| volume_mount { | ||
| mount_path = "/root/consul-values.yaml" | ||
| name = "consul-values.yaml" |
There was a problem hiding this comment.
| name = "consul-values.yaml" | |
| name = "consul-values" |
| } | ||
| } | ||
| volume { | ||
| name = "consul-values.yaml" |
There was a problem hiding this comment.
| name = "consul-values.yaml" | |
| name = "consul-values" |
Name is not valid. TF is throwing an error when running this.
| @@ -0,0 +1,32 @@ | |||
| #!/usr/bin/env bash | |||
| export WORKBENCH=$(kubectl get pods -l app=tutorial -o json | jq -r ".items[0].metadata.name") | |||
| rc =$(echo $?) | |||
There was a problem hiding this comment.
| rc =$(echo $?) | |
| rc=$(echo $?) |
Space after the variable name generates error
…ions with link to docs when error occurs
…tead of hard coded values
2c76221 to
61657ff
Compare
There were some blockers that prevent successful deployment:
Added: