github.com/giantswarm/apiextensions/v2@v2.6.2/helm/apiextensions-cert-config-e2e-chart/templates/etcd-cert.yaml (about)

     1  apiVersion: "core.giantswarm.io/v1alpha1"
     2  kind: CertConfig
     3  metadata:
     4    name: "{{.Values.clusterName}}-etcd"
     5    namespace: "default"
     6    labels:
     7      clusterID: "{{.Values.clusterName}}"
     8      clusterComponent: "etcd"
     9      giantswarm.io/certificate: "etcd"
    10      giantswarm.io/cluster: "{{.Values.clusterName}}"
    11  spec:
    12    cert:
    13      clusterID: "{{.Values.clusterName}}"
    14      clusterComponent: "etcd"
    15      commonName: "etcd.{{.Values.clusterName}}.k8s.{{.Values.commonDomain}}"
    16      altNames:
    17      ipSans:
    18      - 127.0.0.1
    19      ttl: "720h"
    20      allowBareDomains: false
    21      organizations:
    22    versionBundle:
    23      version: 0.1.0