openstack-helm-infra/helm-toolkit/templates/manifests
Cedric Hnyda 6c903f6092 [helm-toolkit]: Allow tls for external ingress without specifying key and crt
It will allow using letsencrypt for a specific endpoint.
For example:

  network:
    use_external_ingress_controller: true
    api:
      ingress:
        classes:
          namespace: "nginx"
          cluster: "nginx-cluster"
        annotations:
          nginx.ingress.kubernetes.io/rewrite-target: /
          cert-manager.io/cluster-issuer: "letsencrypt"
  endpoints:
    cluster_domain_suffix: cluster.local
    image:
      port:
        api:
          public: 443
      scheme:
        public: https
      hosts:
        default: glance
        public: glance-public
      host_fqdn_override:
        public:
          host: glance.example.com
          tls:
            dnsNames:
              - glance.example.com
          issuerRef:
            name: letsencrypt
            kind: ClusterIssuer

Signed-off-by: Cedric Hnyda <ced.hnyda@gmail.com>
Change-Id: I5065213bbc25464bef596003c9967258489db455
2023-01-03 10:58:25 +01:00
..
_ceph-storageclass.tpl Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
_certificates.tpl Correct private key size input for Certificates and remove minor version support 2021-11-03 14:27:23 +00:00
_ingress.tpl [helm-toolkit]: Allow tls for external ingress without specifying key and crt 2023-01-03 10:58:25 +01:00
_job_image_repo_sync.tpl Enable taint toleration for helm-toolkit 2022-03-23 10:30:59 -03:00
_job-bootstrap.tpl Enable taint toleration for helm-toolkit 2022-03-23 10:30:59 -03:00
_job-db-drop-mysql.tpl Enable taint toleration for helm-toolkit 2022-03-23 10:30:59 -03:00
_job-db-init-mysql.tpl Enable taint toleration for helm-toolkit 2022-03-23 10:30:59 -03:00
_job-db-sync.tpl Enable taint toleration for helm-toolkit 2022-03-23 10:30:59 -03:00
_job-ks-endpoints.tpl Enable taint toleration for helm-toolkit 2022-03-23 10:30:59 -03:00
_job-ks-service.tpl Enable taint toleration for helm-toolkit 2022-03-23 10:30:59 -03:00
_job-ks-user.yaml.tpl Enable taint toleration for helm-toolkit 2022-03-23 10:30:59 -03:00
_job-rabbit-init.yaml.tpl Enable taint toleration for helm-toolkit 2022-03-23 10:30:59 -03:00
_job-s3-bucket.yaml.tpl Enable taint toleration for helm-toolkit 2022-03-23 10:30:59 -03:00
_job-s3-user.yaml.tpl Enable taint toleration for helm-toolkit 2022-03-23 10:30:59 -03:00
_network_policy.tpl Update egress HTK method 2019-11-21 20:05:34 +00:00
_secret-registry.yaml.tpl support image registries with authentication 2022-07-20 14:28:47 -05:00
_secret-tls.yaml.tpl HTK: Change formatting of TLS Secret 2020-07-21 17:12:18 +00:00
_service-ingress.tpl Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00