mychart/templates/serviceaccount.yaml

Jmnote (토론 | 기여)님의 2022년 9월 30일 (금) 23:10 판 (새 문서: ==개요== {{소문자}} ;mychart/templates/serviceaccount.yaml <syntaxhighlight lang='yaml'> {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount metadata:...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

mychart/templates/serviceaccount.yaml
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
  name: {{ include "mychart.serviceAccountName" . }}
  labels:
    {{- include "mychart.labels" . | nindent 4 }}
  {{- with .Values.serviceAccount.annotations }}
  annotations:
    {{- toYaml . | nindent 4 }}
  {{- end }}
{{- end }}

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}