Skip to content
Snippets Groups Projects
Commit a69f8fdd authored by Chrysoula Dikonimaki's avatar Chrysoula Dikonimaki
Browse files

Merge two webeos operators repositories: Replace webeos-site operator binary...

Merge two webeos operators repositories: Replace webeos-site operator binary instead of webeos-config operator
parent 5aa5e520
No related branches found
No related tags found
1 merge request!68Merge two webeos operators repositories: Replace webeos-site operator binary instead of webeos-config operator
...@@ -166,12 +166,6 @@ spec: ...@@ -166,12 +166,6 @@ spec:
env: env:
- name: WATCH_NAMESPACE - name: WATCH_NAMESPACE
value: {{ .Release.Namespace }} value: {{ .Release.Namespace }}
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: "webeos-config-operator"
- name: OIDC_CRYPTOPASSPHRASE - name: OIDC_CRYPTOPASSPHRASE
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
......
...@@ -249,6 +249,8 @@ spec: ...@@ -249,6 +249,8 @@ spec:
- name: controller - name: controller
image: {{ .Values.containers.controller.image | quote }} image: {{ .Values.containers.controller.image | quote }}
imagePullPolicy: Always imagePullPolicy: Always
command:
- /bin/webeos-config
env: env:
- name: WATCH_NAMESPACE - name: WATCH_NAMESPACE
value: {{ .Release.Namespace }} value: {{ .Release.Namespace }}
...@@ -257,7 +259,7 @@ spec: ...@@ -257,7 +259,7 @@ spec:
fieldRef: fieldRef:
fieldPath: metadata.name fieldPath: metadata.name
- name: OPERATOR_NAME - name: OPERATOR_NAME
value: "webeos-config-operator" value: "webeos-site-operator"
- name: OIDC_CRYPTOPASSPHRASE - name: OIDC_CRYPTOPASSPHRASE
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
......
...@@ -230,7 +230,7 @@ containers: ...@@ -230,7 +230,7 @@ containers:
successThreshold: 1 successThreshold: 1
controller: controller:
image: gitlab-registry.cern.ch/webservices/webeos/webeos-config-operator:RELEASE.2024.06.25T17-22-43Z image: gitlab-registry.cern.ch/webservices/webeos/webeos-site-operator:RELEASE.2025.03.05T11-04-57Z
resources: resources:
limits: limits:
cpu: 250m cpu: 250m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment