github.com/verrazzano/verrazzano@v1.7.1/tests/testdata/install-configurations/install-prod-pvc-all-override.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 # Configure emptyDir storage for KeyCloak MySQL in prod install profile 5 apiVersion: install.verrazzano.io/v1alpha1 6 kind: Verrazzano 7 metadata: 8 name: no-storage-prod 9 spec: 10 profile: prod 11 defaultVolumeSource: 12 emptyDir: {} 13 14