Merge "Update versions of addons"
[icn.git] / deploy / cpu-manager / base / cmk-webhook-certs.yaml
1 apiVersion: v1
2 kind: Secret
3 metadata:
4   name: cmk-webhook-certs
5   #namespace: user-supplied-namespace
6 data:
7   cert.pem: BASE64_ENCODED_CERT
8   key.pem: BASE64_ENCODED_KEY
9 type: Opaque