apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "telegraf-operator.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "telegraf-operator.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
-
gitirabassi authored
adding more details on charts manifest finalixing chart removed dependency on cert-manager removed blank lines and trailing spaces testing with different CI conf from https://github.com/helm/chart-testing/issues/186 fix: helm testing library requires maintainers be configured addressing review comments fix: don't require cert-manager by default removing namespace reference re-adding namespace with reference to release fixying app version adding dependency cert-manager and added ci values trying to add a repo in ct conf" testing more removing trailing space removed ci.yml trying getting some more debug more testing and reading in https://github.com/helm/chart-testing/blob/master/doc/ct_install.md fixes trailing spaces" trying using helm native function for tls certificates
c9f60b7f