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): update manifests to match v2+ resources #348

Merged
merged 2 commits into from
Dec 21, 2022

Conversation

apricote
Copy link
Member

In v2 we made multiple changes to our deployment manifests that were not
mirrored in the skaffold patches for local development:

  • Remove hcloud token from node
  • Use Deployment instead of StatefulSet for controller

This commit updates the skaffold patches to (better) work with the new
version.

In v2 we made multiple changes to our deployment manifests that were not
mirrored in the skaffold patches for local development:

- Remove hcloud token from node
- Use Deployment instead of StatefulSet for controller

This commit updates the skaffold patches to (better) work with the new
version.
With Strategic Merge Patches, it is easier to see which container is
actually modified, as they match based on the container name instead of the
index. This is also more resilient, as changes to the container order do
not break these patches (but container renames do!).
@apricote apricote merged commit 4298bcb into main Dec 21, 2022
@apricote apricote deleted the skaffold-new-resources branch December 21, 2022 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants