File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
containers/shell-operator-ironic Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/flant/shell-operator:latest AS prod
1+ FROM ghcr.io/flant/shell-operator:v1.13.1 AS prod
22LABEL org.opencontainers.image.description="shell-operator for Ironic Runbooks"
33
44RUN --mount=type=cache,target=/var/cache/apk apk add python3
Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ if [[ $1 == "--config" ]] ; then
88 "apiVersion": "baremetal.ironicproject.org/v1alpha1",
99 "kind": "IronicRunbook",
1010 "executeHookOnEvent":[ "Added" ]
11- }]
11+ }],
12+ "settings": {
13+ "executionMinInterval": 30s,
14+ "executionBurst": 1
15+ }
1216}
1317EOF
1418else
Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ if [[ $1 == "--config" ]] ; then
88 "apiVersion": "baremetal.ironicproject.org/v1alpha1",
99 "kind": "IronicRunbook",
1010 "executeHookOnEvent":[ "Deleted" ]
11- }]
11+ }],
12+ "settings": {
13+ "executionMinInterval": 30s,
14+ "executionBurst": 1
15+ }
1216}
1317EOF
1418else
Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ if [[ $1 == "--config" ]] ; then
88 "apiVersion": "baremetal.ironicproject.org/v1alpha1",
99 "kind": "IronicRunbook",
1010 "executeHookOnEvent":[ "Modified" ]
11- }]
11+ }],
12+ "settings": {
13+ "executionMinInterval": 30s,
14+ "executionBurst": 1
15+ }
1216}
1317EOF
1418else
You can’t perform that action at this time.
0 commit comments