diff --git a/devops/charts/templates/service-account.yaml b/devops/charts/templates/service-account.yaml index c27705d2..9a2e2624 100644 --- a/devops/charts/templates/service-account.yaml +++ b/devops/charts/templates/service-account.yaml @@ -1,14 +1,14 @@ apiVersion: v1 kind: ServiceAccount metadata: - name: {{ .Values.minteedBack.serviceAccountName }} + name: {{ .Values.lecoffreBack.serviceAccountName }} --- apiVersion: v1 kind: Secret metadata: - name: {{ .Values.minteedBack.serviceAccountName }}-token + name: {{ .Values.lecoffreBack.serviceAccountName }}-token annotations: - kubernetes.io/service-account.name: {{ .Values.minteedBack.serviceAccountName }} + kubernetes.io/service-account.name: {{ .Values.lecoffreBack.serviceAccountName }} type: kubernetes.io/service-account-token \ No newline at end of file