github.com/verrazzano/verrazzano@v1.7.0/application-operator/mcagent/testdata/multicluster-secret.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 4 apiVersion: clusters.verrazzano.io/v1alpha1 5 kind: MultiClusterSecret 6 metadata: 7 name: unit-mcsecret 8 namespace: unit-mcsecret-namespace 9 labels: 10 label1: test1 11 spec: 12 template: 13 data: 14 username: dmVycmF6emFubw== 15 password: TU90dm5RRzhlYQ== 16 stringData: 17 test: test-stringdata 18 spec: 19 placement: 20 clusters: 21 - name: managed1