github.com/verrazzano/verrazzano@v1.7.0/application-operator/testdata/templates/secret_opaque.yaml (about)

     1  # Copyright (C) 2020, 2022, 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  data:
     4    username: ##SECRET_USERNAME##
     5    password: ##SECRET_PASSWORD##
     6  kind: Secret
     7  metadata:
     8    name: ##SECRET_NAME##
     9    namespace: ##SECRET_NAMESPACE##
    10  type: Opaque