Closed nitishm closed 3 years ago
See https://github.com/Azure/orkestra/blob/main/chart/orkestra/templates/deployment.yaml#L34-L36
containers: - name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} args: - --staging-repo-url - http://orkestra-chartmuseum.orkestra:8080
Switch the following
- --staging-repo-url - http://orkestra-chartmuseum.orkestra:8080
with,
- --staging-repo-url - http://{{ .Release.Name }}-chartmuseum.{{ .Release.Namespace }}:8080
Closed by #160
See https://github.com/Azure/orkestra/blob/main/chart/orkestra/templates/deployment.yaml#L34-L36
Switch the following
with,