Skip to content

Commit

Permalink
chore(deploy): rename env var
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed May 22, 2024
1 parent 10d335d commit ddbf925
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/cryostat/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ spec:
- name: CRYOSTAT_DISCOVERY_KUBERNETES_ENABLED
value: "true"
{{- with .Values.core.discovery.kubernetes }}
- name: CRYOSTAT_DISCOVERY_K8S_NAMESPACES
- name: CRYOSTAT_DISCOVERY_KUBERNETES_NAMESPACES
value: {{ join "," (.namespaces | compact | uniq) | quote }}
- name: CRYOSTAT_DISCOVERY_K8S_PORT_NAMES
- name: CRYOSTAT_DISCOVERY_KUBERNETES_PORT_NAMES
value: {{ join "," (.portNames | compact | uniq) | quote }}
- name: CRYOSTAT_DISCOVERY_K8S_PORT_NUMBERS
- name: CRYOSTAT_DISCOVERY_KUBERNETES_PORT_NUMBERS
value: {{ join "," (.portNumbers | compact | uniq) | quote }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit ddbf925

Please sign in to comment.