-
Notifications
You must be signed in to change notification settings - Fork 39
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
add CI jobs to generate yaml files to install with kubectl #107
Comments
release-action is one tool that could assist with this |
nixpanic
added a commit
to nixpanic/kubernetes-csi-addons
that referenced
this issue
Feb 2, 2022
Fixes: csi-addons#107 Signed-off-by: Niels de Vos <ndevos@redhat.com>
nixpanic
added a commit
to nixpanic/kubernetes-csi-addons
that referenced
this issue
Feb 2, 2022
When a tag is pushed into the repository, a release is now automatically made from the tag. The release includes generated YAML files that can be applied with `kubectl` to install the controller and CRDs. Fixes: csi-addons#107 See-also: https://github.com/ncipollo/release-action/ Signed-off-by: Niels de Vos <ndevos@redhat.com>
mergify bot
pushed a commit
that referenced
this issue
Feb 2, 2022
When a tag is pushed into the repository, a release is now automatically made from the tag. The release includes generated YAML files that can be applied with `kubectl` to install the controller and CRDs. Fixes: #107 See-also: https://github.com/ncipollo/release-action/ Signed-off-by: Niels de Vos <ndevos@redhat.com>
nixpanic
added a commit
to nixpanic/kubernetes-csi-addons
that referenced
this issue
Feb 3, 2022
When a tag is pushed into the repository, a release is now automatically made from the tag. The release includes generated YAML files that can be applied with `kubectl` to install the controller and CRDs. Fixes: csi-addons#107 See-also: https://github.com/ncipollo/release-action/ Signed-off-by: Niels de Vos <ndevos@redhat.com> (cherry picked from commit 57ed4f6)
Madhu-1
pushed a commit
to Madhu-1/kubernetes-csi-addons
that referenced
this issue
Apr 10, 2024
…rry-pick-106-to-release-4.15 [release-4.15] Syncing latest changes from upstream main for kubernetes-csi-addons
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should probably become an artifact when we do a release. Creating a tag in git can then generate the yaml, and post it as part of the release (somehow). It requires adding one or more jobs to the
build-push
workflow we already have.Originally posted by @nixpanic in #106 (comment)
The text was updated successfully, but these errors were encountered: