Conversation
49c68d0 to
8db21c8
Compare
chrisseto
left a comment
There was a problem hiding this comment.
Couple nits, nothing blocking.
Rafal's PR needs a few updates before it gets merged so let's hold off until then if possible.
3567e4e to
50bd77b
Compare
| config.SetAdditionalRedpandaProperty("a", "b") | ||
| require.NoError(t, config.FinalizeToTemplate()) | ||
| concreteCfg, err := config.ConcreteConfiguration(context.TODO(), nil, "", nil) | ||
| concreteCfg, err := config.ConcreteConfiguration(context.TODO(), nil, nil, "", nil) |
There was a problem hiding this comment.
NIT: This change should be applied to the next commit.
There was a problem hiding this comment.
I believe you guys squash anyway so should be fine :)
50bd77b to
a13aeb4
Compare
a13aeb4 to
7bb77ad
Compare
|
In order to release your feature please use backport cli to create backport PRs https://github.com/redpanda-data/redpanda-operator/blob/main/CONTRIBUTING.md#backporting |
* gomod: add newest pkg dependency * add cloud secrets expansion into v1 operator * add cloud secrets expansion into v1 configurator (cherry picked from commit 575887d) # Conflicts: # operator/cmd/run/run.go # operator/go.mod # operator/go.sum
* gomod: add newest pkg dependency * add cloud secrets expansion into v1 operator * add cloud secrets expansion into v1 configurator (cherry picked from commit 575887d) # Conflicts: # licenses/third_party.md # operator/cmd/run/run.go # operator/go.mod # operator/go.sum
* gomod: add newest pkg dependency * add cloud secrets expansion into v1 operator * add cloud secrets expansion into v1 configurator (cherry picked from commit 575887d) # Conflicts: # licenses/third_party.md # operator/cmd/run/run.go # operator/go.mod # operator/go.sum
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
* gomod: add newest pkg dependency * add cloud secrets expansion into v1 operator * add cloud secrets expansion into v1 configurator (cherry picked from commit 575887d) # Conflicts: # operator/cmd/run/run.go # operator/go.mod # operator/go.sum
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
* gomod: add newest pkg dependency * add cloud secrets expansion into v1 operator * add cloud secrets expansion into v1 configurator (cherry picked from commit 575887d)
* gomod: add newest pkg dependency * add cloud secrets expansion into v1 operator * add cloud secrets expansion into v1 configurator (cherry picked from commit 575887d)
* gomod: add newest pkg dependency * add cloud secrets expansion into v1 operator * add cloud secrets expansion into v1 configurator (cherry picked from commit 575887d)
* gomod: add newest pkg dependency * add cloud secrets expansion into v1 operator * add cloud secrets expansion into v1 configurator (cherry picked from commit 575887d)
* gomod: add newest pkg dependency * add cloud secrets expansion into v1 operator * add cloud secrets expansion into v1 configurator (cherry picked from commit 575887d)
This adds external secret resolution to v1 operator.