Skip to content

Commit

Permalink
add: kubedash-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstales committed Mar 5, 2024
1 parent b6af5bf commit c8c01d7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions charts/kubedash/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ spec:
{{- if or (eq .Values.logLevel "DEBUG") (eq .Values.logLevel "HIGH") }}
- name: VERBOSE_LOG
value: "True"
{{- end }}
{{- if .Values.plugins.registryUi.enabled }}
- name: PLUGIN_REGISTRY_ENABLED
value: "True"
{{- end }}
{{- if .Values.plugins.helmDashboard.enabled }}
- name: PLUGIN_HELM_ENABLED
value: "True"
{{- end }}
envFrom:
- configMapRef:
Expand All @@ -60,14 +68,6 @@ spec:
{{- if .Values.externalDatabase.enabled }}
- secretRef:
name: {{ .Values.externalDatabase.secret.name }}
{{- end }}
{{- if .Values.plugins.registryUi.enabled }}
- name: PLUGIN_REGISTRY_ENABLED
value: "True"
{{- end }}
{{- if .Values.plugins.helmDashboard.enabled }}
- name: PLUGIN_HELM_ENABLED
value: "True"
{{- end }}
livenessProbe:
httpGet:
Expand Down

0 comments on commit c8c01d7

Please sign in to comment.