Skip to content

Commit

Permalink
Revert (#719) - Always include ssl in configmap, breaks dev in minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Dec 7, 2023
1 parent e369d05 commit 5cdec8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/charts/oasis-platform/templates/config_maps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ metadata:
data:
host: {{ if ($v.host) }}{{ $v.host }}{{ else }}{{ $v.name }}{{ end }}
port: {{ $v.port | quote }}
{{- if $v.ssl }}
ssl: {{ $v.ssl | quote }}
{{- end }}
{{- if $v.dbName }}
dbName: {{ $v.dbName}}
{{- end }}
Expand Down

0 comments on commit 5cdec8e

Please sign in to comment.