github.com/verrazzano/verrazzano@v1.7.1/tests/e2e/quickcreate/templates/verrazzanofleet-none-profile.goyaml (about) 1 # Copyright (c) 2023, 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: addons.cluster.x-k8s.io/v1alpha1 5 kind: VerrazzanoFleet 6 metadata: 7 name: {{.VZFLEET_NAME}} 8 namespace: {{.NAMESPACE}} 9 spec: 10 clusterSelector: 11 name: {{.CLUSTER_ID}} 12 verrazzano: 13 spec: 14 profile: none 15 components: 16 certManager: 17 enabled: true