Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions charts/dso-console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cpn-console
description: A Helm chart to deploy Cloud Pi Native Console
type: application
version: 2.3.0
version: 2.3.1
appVersion: 9.13.2
keywords: []
home: https://cloud-pi-native.fr
Expand All @@ -26,9 +26,6 @@ dependencies:
deprecated: false
annotations: {}
maintainers:
- name: omiladi
email: cloudpinative-relations@interieur.gouv.fr
url: https://www.interieur.gouv.fr/
- name: KepoParis
email: cloudpinative-relations@interieur.gouv.fr
url: https://www.interieur.gouv.fr/
- name: this-is-tobi
email: thibault.colin@interieur.gouv.fr
url: https://this-is-tobi.com
142 changes: 37 additions & 105 deletions charts/dso-console/README.md

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions charts/dso-console/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ Create the name of the service account to use
{{- end }}
{{- end }}

{{- define "cpnConsole.backend.serviceAccountName" -}}
{{- if .Values.backend.serviceAccount.create }}
{{- default (include "cpnConsole.name" .) .Values.backend.serviceAccount.name }}
{{- else }}
{{- default "cpn-backend" .Values.backend.serviceAccount.name }}
{{- end }}
{{- end }}

{{/*
Create image pull secret
Expand Down Expand Up @@ -128,11 +121,6 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end }}


{{- define "cpnConsole.backend.labels" -}}
{{ include "cpnConsole.common.labels" . }}
{{ include "cpnConsole.backend.selectorLabels" . }}
{{- end }}

{{/*
Selector labels
*/}}
Expand All @@ -145,8 +133,3 @@ app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/name: {{ include "cpnConsole.name" . }}-server
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end }}

{{- define "cpnConsole.backend.selectorLabels" -}}
app.kubernetes.io/name: {{ include "cpnConsole.name" . }}-backend
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end }}
18 changes: 0 additions & 18 deletions charts/dso-console/templates/backend/clusterrole.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions charts/dso-console/templates/backend/clusterrolebinding.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions charts/dso-console/templates/backend/configmap.yaml

This file was deleted.

211 changes: 0 additions & 211 deletions charts/dso-console/templates/backend/deployment.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions charts/dso-console/templates/backend/hpa.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions charts/dso-console/templates/backend/scripts.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions charts/dso-console/templates/backend/secret.yaml

This file was deleted.

Loading
Loading