Skip to content

Commit

Permalink
Merge pull request #101 from devspace-cloud/oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
Repo Sync Bot committed Jul 22, 2020
1 parent f2f503c commit 46e6542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions chart/templates/cluster/cluster-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
apiVersion: config.kiosk.sh/v1alpha1
kind: Account
metadata:
name: admin
name: {{ .Values.admin.name }}
annotations:
helm.sh/hook: pre-install
labels:
loft.sh/user: admin
loft.sh/user: {{ .Values.admin.name }}
spec:
space:
clusterRole: loft-cluster-space-default
Expand Down
7 changes: 0 additions & 7 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,13 @@ spec:
spec:
terminationGracePeriodSeconds: 10
serviceAccountName: {{ template "loft.serviceAccountName" . }}
volumes:
- name: config-volume
configMap:
name: loft-config
containers:
- name: manager
{{- if .Values.image }}
image: "{{ .Values.image }}"
{{- else }}
image: "loftsh/loft:{{ .Chart.Version }}"
{{- end }}
volumeMounts:
- name: config-volume
mountPath: /var/loft
{{- if not .Values.apiService.enabled }}
env:
- name: APISERVICE_DISABLED
Expand Down

0 comments on commit 46e6542

Please sign in to comment.