-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix indentation of skaffold.yaml #939
base: master
Are you sure you want to change the base?
Conversation
/test pull-etcd-druid-e2e-kind |
68e97c5
to
336c3b0
Compare
336c3b0
to
61e2af9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tested E2E test with GCP ?
nopes, I run this |
There is an indentation error, but the actual issue is not fixed. Not able to render the yaml ✗ ./hack/tools/bin/skaffold render -p gcp-setup -m druid-e2e
parsing skaffold config: failed to apply profiles to config "druid-e2e" defined in file "/private/tmp/etcd-druid/skaffold.yaml": applying profile "gcp-setup": invalid path: /manifests/kustomize/hooks/before/-. There's an issue with one of the profiles defined in config "druid-e2e" in file "/private/tmp/etcd-druid/skaffold.yaml"; refer to the documentation on how to author valid profiles: https://skaffold.dev/docs/environment/profiles/. |
please refer to the issue: #938 which I have mentioned in the PR, I have never mentioned that this PR will fix this gcp thingy which you are referring to ... currently this PR only fixes this issue which this PR is referring to as I was unable to run |
How to categorize this PR?
/area testing
/kind bug
What this PR does / why we need it:
This PR fixes the indentation problem of
skaffold.yaml
to run druid e2e tests withmake ci-e2e-kind
.Which issue(s) this PR fixes:
Fixes #938
Special notes for your reviewer:
Release note: