apiVersion: v1 kind: Secret metadata: name: initial-service-account-private-key namespace: openshift-config data: service-account.key: {{ .Assets | load "service-account.key" | base64 }}