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

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