bucket-replication/templates/secret.yaml (7 lines of code) (raw):

apiVersion: v1 kind: Secret metadata: name: {{ include "bucket-replication.secretName" . }} namespace: {{ .Release.Namespace }} data: {{ include "bucket-replication.secretData" . | nindent 2 }}