Skip to content

Commit

Permalink
Update generated
Browse files Browse the repository at this point in the history
  • Loading branch information
tnozicka committed Jan 15, 2024
1 parent bf3ba0f commit 2229ae0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions deploy/operator/50_operator.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ spec:
image: docker.io/scylladb/scylla-operator:1.11
imagePullPolicy: IfNotPresent
env:
- name: SCYLLA_OPERATOR_POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: SCYLLA_OPERATOR_IMAGE
value: docker.io/scylladb/scylla-operator:1.11
args:
- operator
- --loglevel=2
Expand Down
6 changes: 2 additions & 4 deletions examples/common/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4918,10 +4918,8 @@ spec:
image: docker.io/scylladb/scylla-operator:1.11
imagePullPolicy: IfNotPresent
env:
- name: SCYLLA_OPERATOR_POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: SCYLLA_OPERATOR_IMAGE
value: docker.io/scylladb/scylla-operator:1.11
args:
- operator
- --loglevel=2
Expand Down

0 comments on commit 2229ae0

Please sign in to comment.