Apply 3 suggestion(s) to 3 file(s)
This commit is contained in:
parent
4ca86ee28f
commit
173f2d7bf1
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ keywords:
|
||||||
maintainers:
|
maintainers:
|
||||||
- email: info@openappstack.net
|
- email: info@openappstack.net
|
||||||
name: Stackspin
|
name: Stackspin
|
||||||
name: dashboard
|
name: stackspin-dashboard
|
||||||
sources:
|
sources:
|
||||||
- https://open.greenhost.net/openappstack/dashboard-frontend/
|
- https://open.greenhost.net/openappstack/dashboard-frontend/
|
||||||
- https://open.greenhost.net/openappstack/dashboard-backend/
|
- https://open.greenhost.net/openappstack/dashboard-backend/
|
||||||
|
|
|
@ -11,7 +11,7 @@ Create the name of the service account to use
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
Return the proper Docker image registry secret names
|
Return the proper container image registry secret names
|
||||||
*/}}
|
*/}}
|
||||||
{{- define "dashboard.imagePullSecrets" -}}
|
{{- define "dashboard.imagePullSecrets" -}}
|
||||||
{{ include "common.images.pullSecrets" (dict "images" (list .Values.image) "global" .Values.global) }}
|
{{ include "common.images.pullSecrets" (dict "images" (list .Values.image) "global" .Values.global) }}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Values you're likely to want to override. See values.yaml for their meanings
|
# Values you will likely want to override. See values.yaml for their meanings
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
host: dashboard.oas.example.com
|
host: dashboard.oas.example.com
|
||||||
|
|
Loading…
Reference in a new issue