aboutsummaryrefslogtreecommitdiff
path: root/grumpy/static-files/templates/serviceaccount.yaml
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2021-10-09 23:07:53 -0700
committerMax Resnick <max@ofmax.li>2021-10-09 23:28:41 -0700
commitbda8a1c25070678e6efd22003e398691404c832f (patch)
tree6ad3711b08bf3f8f3ad3577e97243402bad64b79 /grumpy/static-files/templates/serviceaccount.yaml
parentb2630dfd176884f9b33be88f2033b84a1c4dd7cd (diff)
downloadgrumpy-charts-bda8a1c25070678e6efd22003e398691404c832f.tar.gz
feat: switch to kustomize from helm
Diffstat (limited to 'grumpy/static-files/templates/serviceaccount.yaml')
-rw-r--r--grumpy/static-files/templates/serviceaccount.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/grumpy/static-files/templates/serviceaccount.yaml b/grumpy/static-files/templates/serviceaccount.yaml
deleted file mode 100644
index da69bc1..0000000
--- a/grumpy/static-files/templates/serviceaccount.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-{{- if .Values.serviceAccount.create -}}
-apiVersion: v1
-kind: ServiceAccount
-metadata:
- name: {{ template "static-files.serviceAccountName" . }}
- labels:
-{{ include "static-files.labels" . | indent 4 }}
-{{- end -}}