github.com/verrazzano/verrazzano@v1.7.1/tests/testdata/multicluster/multicluster_configmap.yaml (about) 1 # Copyright (c) 2021, 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: clusters.verrazzano.io/v1alpha1 4 kind: MultiClusterConfigMap 5 metadata: 6 name: mymcconfigmap 7 namespace: multiclustertest 8 spec: 9 template: 10 metadata: 11 name: myconfigmap 12 namespace: myns 13 data: 14 simple.key: "simplevalue" 15 json.key: | 16 { 17 "testStrKey": "testValue", 18 "testNumKey": 3 19 } 20 yaml.key: | 21 testYamlKey1: testValue1 22 testArrayKey: 23 - arrayVal1 24 - arrayVal2 25 placement: 26 clusters: 27 - name: managed1