Skip to content

Commit

Permalink
Update generated
Browse files Browse the repository at this point in the history
  • Loading branch information
tnozicka committed Jan 12, 2024
1 parent 35e8e9e commit e6698e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4919,10 +4919,8 @@ spec:
image: docker.io/scylladb/scylla-operator:latest
imagePullPolicy: IfNotPresent
env:
- name: SCYLLA_OPERATOR_POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: SCYLLA_OPERATOR_IMAGE
value: docker.io/scylladb/scylla-operator:latest
args:
- operator
- --loglevel=2
Expand Down
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:latest
imagePullPolicy: IfNotPresent
env:
- name: SCYLLA_OPERATOR_POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: SCYLLA_OPERATOR_IMAGE
value: docker.io/scylladb/scylla-operator:latest
args:
- operator
- --loglevel=2
Expand Down

0 comments on commit e6698e0

Please sign in to comment.