generated from kubernetes/kubernetes-template-project
-
Couldn't load subscription status.
- Fork 606
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
The current specification is very opinionated on the naming and doesn't allow to override the key name of "ca.crt" in secrets and config maps.
Se the reference "ConfigMap does not contain a key named ca.crt"
What would you like to be added:
An additional field with an custom name for ca.crt.
Why this is needed:
OpenShift service serving certificate does generate secrets with the key service-ca.crt.
apiVersion: v1
data:
service-ca.crt: |
-----BEGIN CERTIFICATE-----
...
snorwin
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.