Skip to content

Commit

Permalink
Remove unused helm charts
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
  • Loading branch information
torchiaf committed Dec 28, 2023
1 parent ab8d714 commit f02106c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
29 changes: 0 additions & 29 deletions helm-charts/code-editor/templates/pvc.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions helm-charts/code-editor/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,3 @@ kind: ServiceAccount
metadata:
creationTimestamp: null
name: server
---
{{- if or .Values.codeServer.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/name: {{ include "code-editor.name" . }}
helm.sh/chart: {{ include "code-editor.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
name: {{ template "code-editor.serviceAccountName" . }}
{{- end -}}

0 comments on commit f02106c

Please sign in to comment.