/ hack / dev-manifests / cluster-config-init.yaml
cluster-config-init.yaml
 1  # Copyright 2025 Defense Unicorns
 2  # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
 3  
 4  apiVersion: uds.dev/v1alpha1
 5  kind: ClusterConfig
 6  metadata:
 7    name: uds-cluster-config
 8  spec:
 9    attributes:
10      clusterName: ""
11      tags: []
12    caBundle:
13      certs: ""
14      includeDoDCerts: true
15      includePublicCerts: true
16    expose:
17      adminDomain: ""
18      caCert: ""
19      domain: uds.dev
20    networking:
21      kubeApiCIDR: ""
22      kubeNodeCIDRs: []
23    policy:
24      allowAllNsExemptions: false