From 21882a231aa72407e4f2f42b9803ae8cd4760590 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Thu, 23 May 2024 11:39:58 -0500 Subject: [PATCH] add values to mysql operator --- clusters/cl01tl/storage/mysql-operator/values.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 clusters/cl01tl/storage/mysql-operator/values.yaml diff --git a/clusters/cl01tl/storage/mysql-operator/values.yaml b/clusters/cl01tl/storage/mysql-operator/values.yaml new file mode 100644 index 000000000..d0e640652 --- /dev/null +++ b/clusters/cl01tl/storage/mysql-operator/values.yaml @@ -0,0 +1,11 @@ +mysql-operator: + image: + registry: container-registry.oracle.com + repository: mysql + name: community-operator + pullPolicy: IfNotPresent + tag: "" + envs: + imagesPullPolicy: IfNotPresent + k8sClusterDomain: cluster.local + disableLookups: false