github.com/verrazzano/verrazzano@v1.7.0/platform-operator/helm_config/charts/verrazzano-platform-operator/templates/namespace.yaml (about) 1 # Copyright (C) 2020, 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 {{ if .Values.createNamespace }} 4 apiVersion: v1 5 kind: Namespace 6 metadata: 7 name: {{ .Values.namespace }} 8 labels: 9 {{ .Values.namespaceLabelKey}}: {{ .Values.namespace }} 10 {{ end }}