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 20, 2023
1 parent f18bd2a commit b8aa73b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions data/zookeeper-operator/v0.2.15/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"deploy": {
"method": "YAML",
"file": "data/zookeeper-operator/v0.2.15/operator.yaml",
"init": null
"steps": [
{
"apply": {
"file": "data/zookeeper-operator/v0.2.15/operator.yaml",
"operator": true
}
}
]
},
"crd_name": "zookeeperclusters.zookeeper.pravega.io",
"custom_fields": "data.zookeeper-operator.prune",
Expand Down

0 comments on commit b8aa73b

Please sign in to comment.