github.com/verrazzano/verrazzano@v1.7.0/platform-operator/helm_config/charts/verrazzano-cluster-operator/templates/configmap.yaml (about)

     1  # Copyright (c) 2022, 2023, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  apiVersion: v1
     4  kind: ConfigMap
     5  metadata:
     6    name: {{ .Values.name }}-selector
     7    namespace: {{ .Values.namespace }}
     8  data:
     9    {{ if .Values.syncClusters.clusterSelector -}}
    10    selector.yaml: |
    11  {{ toYaml .Values.syncClusters.clusterSelector | indent 4 }}
    12    {{- end }}
    13    {{ if .Values.syncClusters.enabled -}}
    14    enabled: "true"
    15    {{ else -}}
    16    enabled: "false"
    17    {{- end }}