Browse Source

correcting dependencies

master
Keny Villela 2 years ago
parent
commit
0c9254ebce
  1. 2
      charts/sigi/v0.2.x/Chart.yaml
  2. 5
      charts/sigi/v0.2.x/templates/sigi-ldap-secret.yaml
  3. 5
      charts/sigi/v0.2.x/templates/sigi-saberes-token.yaml

2
charts/sigi/v0.2.x/Chart.yaml

@ -8,7 +8,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.99 version: 0.2.98
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to

5
charts/sigi/v0.2.x/templates/sigi-ldap-secret.yaml

@ -6,8 +6,5 @@ metadata:
{{- include "sigi.labels" . | nindent 4 }} {{- include "sigi.labels" . | nindent 4 }}
type: Opaque type: Opaque
data: data:
{{- if .Release.IsUpgrade }}
AUTH_LDAP_BIND_PASSWORD: {{ index (lookup "v1" "Secret" .Release.Namespace (printf "%s-auth-ldap-key" (include "sigi.fullname" .))).data "AUTH_LDAP_BIND_PASSWORD" }}
{{ else }} # install operation
AUTH_LDAP_BIND_PASSWORD: {{ .Values.sigi.auth.ldap.bindPwd | b64enc }} AUTH_LDAP_BIND_PASSWORD: {{ .Values.sigi.auth.ldap.bindPwd | b64enc }}
{{ end }}

5
charts/sigi/v0.2.x/templates/sigi-saberes-token.yaml

@ -6,8 +6,5 @@ metadata:
{{- include "sigi.labels" . | nindent 4 }} {{- include "sigi.labels" . | nindent 4 }}
type: Opaque type: Opaque
data: data:
{{- if .Release.IsUpgrade }}
MOODLE_API_TOKEN: {{ index (lookup "v1" "Secret" .Release.Namespace (printf "%s-saberes-tkn" (include "sigi.fullname" .))).data "MOODLE_API_TOKEN" }}
{{ else }} # install operation
MOODLE_API_TOKEN: {{ .Values.sigi.saberes.moodleToken | b64enc }} MOODLE_API_TOKEN: {{ .Values.sigi.saberes.moodleToken | b64enc }}
{{ end }}

Loading…
Cancel
Save