cloudfoundry-incubator / fissile

Turn a BOSH release into container images / files
Apache License 2.0
67 stars 36 forks source link

Document cert subject names in values.yaml #527

Closed jandubois closed 4 years ago

jandubois commented 4 years ago

In order to provide custom certs the user needs to know the subject names required for each cert. This commit adds them to the values.yaml file in the helm chart. For example:

  # PEM-encoded server certificate
  # This value uses a generated default.
  # This certificate uses the names "credhub-set" and
  # "server.dc1.{{.KUBERNETES_NAMESPACE}}.svc.{{.KUBERNETES_CLUSTER_DOMAIN}}".
  CREDHUB_SERVER_CERT: ~

Rules:

The documentation will have to expand on how role names are mapped to a list of names, and which variables are used in template expansion.