Skip to content

Commit

Permalink
remove unused env var referencing secret
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Oct 31, 2024
1 parent 3739b9a commit f0d4ef3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions charts/cryostat/templates/reports_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ spec:
value: "{{ .Values.reports.service.httpPort }}"
- name: QUARKUS_LOG_LEVEL
value: {{ .Values.reports.debug.log.level }}
- name: PASS_SECRET_KEY
valueFrom:
secretKeyRef:
name: {{ default (printf "%s-reports-secret" .Release.Name) .Values.reports.reportsSecretName }}
key: REPORTS_PASS
optional: false
ports:
- containerPort: {{ .Values.reports.service.httpPort }}
protocol: TCP
Expand Down

0 comments on commit f0d4ef3

Please sign in to comment.