mirror of
https://github.com/D4M13N-D3V/comissions-app-argocd.git
synced 2025-03-14 08:15:00 +00:00
core -api
This commit is contained in:
parent
bc186e5f13
commit
d7be7b1a61
@ -2,9 +2,9 @@
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "core-api.serviceAccountName" . }}
|
||||
name: {{ .Values.serviceAccount.name }}
|
||||
labels:
|
||||
{{- include "core-api.labels" . | nindent 4 }}
|
||||
{{- include "search.labels" . | nindent 4 }}
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user