From e1504745df5dc3e9a484883c8304a3f412ada479 Mon Sep 17 00:00:00 2001 From: mujx Date: Fri, 19 Nov 2021 12:23:55 +0200 Subject: [PATCH] Fix typo on postgres-operator-ui values (#1680) --- charts/postgres-operator-ui/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/postgres-operator-ui/values.yaml b/charts/postgres-operator-ui/values.yaml index 06004b1ca..ff1555b13 100644 --- a/charts/postgres-operator-ui/values.yaml +++ b/charts/postgres-operator-ui/values.yaml @@ -39,7 +39,7 @@ resources: # configure UI ENVs envs: - # IMPORTANT: While operator chart and UI chart are idendependent, this is the interface between + # IMPORTANT: While operator chart and UI chart are independent, this is the interface between # UI and operator API. Insert the service name of the operator API here! operatorApiUrl: "http://postgres-operator:8080" operatorClusterNameLabel: "cluster-name"