Skip to content
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

Refactor skaffold profiles to use manifests field instead of patches #947

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

seshachalam-yv
Copy link
Contributor

@seshachalam-yv seshachalam-yv commented Dec 3, 2024

How to categorize this PR?

/area dev-productivity
/kind cleanup

What this PR does / why we need it:
This PR refactors the Skaffold configuration to use the manifests field instead of applying patches. This change simplifies the configuration, making it more readable and easier to maintain

There were few issues with indentation and skaffold errors and those got fixed

Property echo "Copying GCP service account json" && touch "hack/e2e-test/infrastructure/overlays/gcp/common/assets/serviceaccount.json" && cp "$GCP_SERVICEACCOUNT_JSON_PATH" "hack/e2e-test/infrastructure/overlays/gcp/common/assets/serviceaccount.json"' ], "os" is not allowed.yaml-schema: skaffold.yaml
  • parsing skaffold config: error parsing skaffold configuration file: unknown skaffold config API version "skaffold/v4beta10". Set the config 'apiVersion' to a known value. Check https://skaffold.dev/docs/references/yaml/ for the list of valid API versions. Otherwise, check that your skaffold version is up-to-date.

Which issue(s) this PR fixes:
Fixes #938

Special notes for your reviewer:
cc: @ishan16696

Release note:

NONE

@seshachalam-yv seshachalam-yv requested a review from a team as a code owner December 3, 2024 04:41
@gardener-robot gardener-robot added area/dev-productivity Developer productivity related (how to improve development) kind/cleanup Something that is not needed anymore and can be cleaned up needs/review Needs review size/m Size of pull request is medium (see gardener-robot robot/bots/size.py) labels Dec 3, 2024
@gardener-robot-ci-3 gardener-robot-ci-3 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 3, 2024
@gardener-robot-ci-2 gardener-robot-ci-2 added needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dev-productivity Developer productivity related (how to improve development) kind/cleanup Something that is not needed anymore and can be cleaned up needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) needs/review Needs review size/m Size of pull request is medium (see gardener-robot robot/bots/size.py)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to run etcd-druid e2e tests locally due to skaffold unable to parse the skaffold.yaml
4 participants