Skip to content

Commit

Permalink
fix(deploy): set CRYOSTAT_K8S_NAMESPACES (#58) (#61)
Browse files Browse the repository at this point in the history
(cherry picked from commit e111695)

Co-authored-by: Elliott Baron <ebaron@redhat.com>
  • Loading branch information
mergify[bot] and ebaron committed Apr 20, 2023
1 parent c356bb4 commit f26a202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cryostat/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ spec:
value: "true"
- name: CRYOSTAT_ENABLE_JDP_BROADCAST
value: "false"
- name: CRYOSTAT_K8S_NAMESPACES
value: "{{ .Release.Namespace }}"
{{- if (or (and .Values.core.route.enabled .Values.core.route.tls.enabled) (and .Values.core.ingress.enabled .Values.core.ingress.tls) (.Values.core.sslProxied)) }}
- name: CRYOSTAT_SSL_PROXIED
value: "true"
Expand Down

0 comments on commit f26a202

Please sign in to comment.