github.com/verrazzano/verrazzano@v1.7.0/application-operator/testdata/templates/logging_scope.yaml (about) 1 # Copyright (c) 2021, 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 apiVersion: oam.verrazzano.io/v1alpha1 4 kind: LoggingScope 5 metadata: 6 name: ##SCOPE_NAME## 7 namespace: ##SCOPE_NAMESPACE## 8 spec: 9 elasticSearchURL: ##INGEST_URL## 10 secretName: ##INGEST_SECRET_NAME## 11 fluentdImage: ##FLUENTD_IMAGE## 12 workloadRefs: 13 - apiVersion: ##WORKLOAD_APIVER## 14 kind: ##WORKLOAD_KIND## 15 name: ##WORKLOAD_NAME##