gtirloni
gtirloni
> Does the chart's `values.yaml` have `chartB: { enabled: true }`? simply commenting out something in a values override won't nullify that of course. I showed two examples where it...
IMHO, the spec is fine. I wanted to tell my story just to show that someone could be confused by prior rsync-like knowledge. Maybe just docs update would be fine....
I think this was addressed in the last few releases, wasn't it? ``` $ repoquery --disablerepo='*' --enablerepo='kubernetes' --show-duplicates -q 'kubelet*' kubelet-0:1.5.4-0.x86_64 kubelet-0:1.5.4-1.x86_64 kubelet-0:1.6.0-0.x86_64 kubelet-0:1.6.0-1.x86_64 kubelet-0:1.6.1-0.x86_64 kubelet-0:1.6.1-1.x86_64 kubelet-0:1.6.2-0.x86_64 kubelet-0:1.6.2-1.x86_64 kubelet-0:1.6.3-0.x86_64 kubelet-0:1.6.3-1.x86_64...
We've been using `continue_on_failure: true` and it's worked fine here with multiple wait steps. ``` steps: - name: "Build" command: "echo build" - wait - name: "Test" command: "echo test"...
@haines in case it helps, this is the pipeline.yml we're using in one of our open source projects: https://github.com/fluid-project/infusion/blob/master/.buildkite/pipeline.yml
@haines I think I understand what you mean. "continue_on_failure" will only continue if the immediate previous stage fails, but if you have multiple stages between the one that failed and...
Same issue. Cannot remove that action. After saving, it's always there.
Adding a test case if someone wants to fix this. ``` $ cat test-vars.tf variable "my_var" { type = string description = "This is a variable" default = "foo" }...
Here's what worked for me. settings.json: ```json "files.exclude": { "**/.terraform": true, "**/.terragrunt": true }, "files.watcherExclude": { "**/.terraform": true, "**/.terragrunt": true }, ``` In the `Problems` tab, ask it to exclude...
It seems both sites are pointing to different places: ``` $ dig +short projectatomic.io 209.132.183.105 $ dig +short www.projectatomic.io test-atomicproject.rhcloud.com. ex-std-node676.prod.rhcloud.com. ec2-54-175-82-185.compute-1.amazonaws.com. 54.175.82.185 ```