Skip to content

Commit

Permalink
Merge pull request #804 from vrutkovs/remove-secretypetls
Browse files Browse the repository at this point in the history
API-1800: bindata: convert SecretTypeTLS secrets
  • Loading branch information
openshift-merge-bot[bot] committed Apr 19, 2024
2 parents f5ea706 + 6eb697a commit f0f485f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindata/bootkube/manifests/secret-csr-signer-signer.yaml
Expand Up @@ -7,7 +7,7 @@ metadata:
"auth.openshift.io/certificate-not-before": {{ .Assets | load "kubelet-signer.crt" | notBefore }}
"auth.openshift.io/certificate-not-after": {{ .Assets | load "kubelet-signer.crt" | notAfter }}
"auth.openshift.io/certificate-issuer": {{ .Assets | load "kubelet-signer.crt" | issuer }}
type: SecretTypeTLS
type: kubernetes.io/tls
data:
tls.crt: {{ .Assets | load "kubelet-signer.crt" | base64 }}
tls.key: {{ .Assets | load "kubelet-signer.key" | base64 }}

0 comments on commit f0f485f

Please sign in to comment.