Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Nov 14, 2024
1 parent a98e7e3 commit b13303a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/cryostat/templates/cryostat_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ spec:
- name: {{ .Release.Name }}-proxy-tls
secret:
secretName: {{ .Release.Name }}-proxy-tls
{{- end }}
{{- if (and (not (.Values.authentication.openshift).enabled) (.Values.oauth2Proxy.service.tls.enableSelfSigned)) }}
{{- else if .Values.oauth2Proxy.service.tls.enableSelfSigned }}
- name: {{ .Release.Name }}-oauth2proxy-tls
secret:
secretName: {{ .Release.Name }}-oauth2proxy-tls
Expand Down

0 comments on commit b13303a

Please sign in to comment.