Skip to content

Commit fe3f15e

Browse files
razvanstackable-bot
andcommittedFeb 1, 2022
Rewrite with stateful sets (#68)
## Description Fixes #38 *Please add a description here. This will become the commit message of the merge request later.* Co-authored-by: Stacky McStackface <[email protected]> Co-authored-by: Stacky McStackface <[email protected]>
1 parent bfb5fe7 commit fe3f15e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+2816
-5164
lines changed
 

‎.github/dependabot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# This file is automatically generated from the templates in stackabletech/operator-templating
33
# DON'T MANUALLY EDIT THIS FILE
44
# =============
5+
---
56
version: 2
67
updates:
78
- package-ecosystem: "github-actions"

‎.github/pull_request_template.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
- [ ] Documentation added (or not applicable)
1111
- [ ] Changelog updated (or not applicable)
1212
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
13+
- [ ] Helm chart can be installed and deployed operator works (or not applicable)
1314

1415
Once the review is done, comment `bors r+` (or `bors merge`) to merge. [Further information](https://bors.tech/documentation/getting-started/#reviewing-pull-requests)

0 commit comments

Comments
 (0)
Please sign in to comment.