Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Nov 15, 2023
1 parent dfaffdd commit ca871e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/anvil-rabbitmq-operator/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"diff_ignore_fields": [
"\\['metadata'\\]\\['annotations'\\]\\['anvil\\.dev\\\/lastRestartAt'\\]"
],
"num_nodes": 5,
"num_nodes": 6,
"kubernetes_engine": {
"feature_gates": {
"StatefulSetAutoDeletePVC": true
Expand Down
2 changes: 1 addition & 1 deletion data/rabbitmq-operator/v2.5.0/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"package": "github.com/rabbitmq/cluster-operator/api/v1beta1"
},
"kubernetes_version": "v1.26.3",
"num_nodes": 5,
"num_nodes": 6,
"diff_ignore_fields": [
"\\['metadata'\\]\\['annotations'\\]\\['rabbitmq.com",
"\\['secret'\\]\\['default\\-token\\-.*'\\]",
Expand Down

0 comments on commit ca871e1

Please sign in to comment.