github.com/verrazzano/verrazzano@v1.7.0/application-operator/controllers/clusters/multiclusterconfigmap/testdata/sample-configmap-existing.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: v1
     4  Kind: ConfigMap
     5  metadata:
     6    name: unit-mccm
     7    namespace: unit-mccm-namespace
     8  data:
     9    simple.key: "existingvalue"
    10    existing.key: "another existing value"
    11    json.key: |
    12      {
    13        "testStrKey": "testExistingValue",
    14        "testExistingNumKey": 3
    15      }
    16  binaryData:
    17    someBinaryKey: dmVycmF6emFubw==