File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 142142{{- end }}
143143{{- if eq .Values.global.passport_location " on-cluster" }}
144144- name: " DRYCC_PASSPORT_DOMAIN"
145- {{- if eq .Values.global.cert_manager_enabled " true " }}
145+ {{- if .Values.global.cert_manager_enabled }}
146146 value: https://drycc-passport. {{ .Values.global.platform_domain }}
147147{{- else }}
148148 value: http://drycc-passport. {{ .Values.global.platform_domain }}
Original file line number Diff line number Diff line change @@ -93,5 +93,5 @@ global:
9393 # This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
9494 platform_domain : " "
9595 # Whether cert_manager is enabled to automatically generate controller certificates
96- cert_manager_enabled : " true"
96+ cert_manager_enabled : true
9797 passport_location : " on-cluster"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV PGDATA /var/lib/postgresql/12
77
88ENV PATH="/app/.venv/bin:${PATH}"
99
10- RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositories \
10+ RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/main >>/etc/apk/repositories \
1111 && apk add --update --virtual .build-deps \
1212 gcc \
1313 rust \
You can’t perform that action at this time.
0 commit comments