Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
f5b1cb47
Unverified
Commit
f5b1cb47
authored
Mar 09, 2026
by
sara
Committed by
GitHub
Mar 09, 2026
Browse files
fix: Add Env support to operator Helm chart deployment values (#7081)
Signed-off-by:
qasmi
<
qasmisara@gmail.com
>
parent
e86e8b12
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
deploy/helm/charts/platform/components/operator/templates/deployment.yaml
...ts/platform/components/operator/templates/deployment.yaml
+4
-2
deploy/helm/charts/platform/components/operator/values.yaml
deploy/helm/charts/platform/components/operator/values.yaml
+3
-0
deploy/helm/charts/platform/values.yaml
deploy/helm/charts/platform/values.yaml
+3
-0
No files found.
deploy/helm/charts/platform/components/operator/templates/deployment.yaml
View file @
f5b1cb47
...
@@ -76,11 +76,13 @@ spec:
...
@@ -76,11 +76,13 @@ spec:
command
:
command
:
-
/manager
-
/manager
env
:
env
:
{{
- with .Values.env
}}
{{
- toYaml . | nindent 8
}}
{{
- end
}}
-
name
:
KUBERNETES_CLUSTER_DOMAIN
-
name
:
KUBERNETES_CLUSTER_DOMAIN
value
:
{{
quote .Values.kubernetesClusterDomain
}}
value
:
{{
quote .Values.kubernetesClusterDomain
}}
imagePullPolicy
:
{{
.Values.controllerManager.manager.image.pullPolicy | quote
}}
imagePullPolicy
:
{{
.Values.controllerManager.manager.image.pullPolicy | quote
}}
image
:
{{
.Values.controllerManager.manager.image.repository
}}
:{{ .Values.controllerManager.manager.image.tag
image
:
{{
.Values.controllerManager.manager.image.repository
}}
:{{ .Values.controllerManager.manager.image.tag | default .Chart.AppVersion }}
|
default
.Chart.AppVersion
}}
livenessProbe
:
livenessProbe
:
httpGet
:
httpGet
:
path
:
/healthz
path
:
/healthz
...
...
deploy/helm/charts/platform/components/operator/values.yaml
View file @
f5b1cb47
...
@@ -21,6 +21,9 @@
...
@@ -21,6 +21,9 @@
# Set to false if CRDs are managed externally (e.g., via GitOps or a separate pipeline).
# Set to false if CRDs are managed externally (e.g., via GitOps or a separate pipeline).
upgradeCRD
:
true
upgradeCRD
:
true
# Environment variables to pass to operator Deployment.
env
:
[]
# Namespace restriction configuration for the operator
# Namespace restriction configuration for the operator
# If enabled: true and targetNamespace is empty, the operator will be restricted to the release namespace
# If enabled: true and targetNamespace is empty, the operator will be restricted to the release namespace
# If enabled: true and targetNamespace is set, the operator will be restricted to the specified namespace
# If enabled: true and targetNamespace is set, the operator will be restricted to the specified namespace
...
...
deploy/helm/charts/platform/values.yaml
View file @
f5b1cb47
...
@@ -54,6 +54,9 @@ dynamo-operator:
...
@@ -54,6 +54,9 @@ dynamo-operator:
# The Job runs the operator image with the crd-apply tool to apply CRDs via server-side apply.
# The Job runs the operator image with the crd-apply tool to apply CRDs via server-side apply.
upgradeCRD
:
true
upgradeCRD
:
true
# Environment variables to pass to operator Deployment.
env
:
[]
# -- NATS server address for operator communication (leave empty to use the bundled NATS chart). Format: "nats://hostname:port"
# -- NATS server address for operator communication (leave empty to use the bundled NATS chart). Format: "nats://hostname:port"
natsAddr
:
"
"
natsAddr
:
"
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment