From 7b27ba4ee1067f8d1b95d262944a2d710d91be4e Mon Sep 17 00:00:00 2001 From: yerkennz Date: Thu, 9 Jul 2026 12:56:49 +0500 Subject: [PATCH] fix: rm null params from values --- operator/charts/patroni-core/values.yaml | 15 ++++++++------- operator/charts/patroni-services/values.yaml | 15 ++++++++------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/operator/charts/patroni-core/values.yaml b/operator/charts/patroni-core/values.yaml index 2b5ef6a1..5d38aa43 100644 --- a/operator/charts/patroni-core/values.yaml +++ b/operator/charts/patroni-core/values.yaml @@ -14,9 +14,10 @@ imagePullPolicy: IfNotPresent privateRegistry: enabled: false - secrets: - - name: - create: false + secrets: [] + # secrets: + # - name: + # create: false # registry: ghcr.io/netcracker # username: # password: @@ -59,7 +60,7 @@ operator: policies: - tolerations: + tolerations: [] # - key: "node.kubernetes.io/unreachable" # operator: "Exists" # effect: "NoExecute" @@ -76,9 +77,9 @@ tls: additionalDnsNames: [] additionalIpAddresses: [] certificates: - tls_key: - tls_crt: - ca_crt: + tls_key: "" + tls_crt: "" + ca_crt: "" ldap: enabled: false diff --git a/operator/charts/patroni-services/values.yaml b/operator/charts/patroni-services/values.yaml index 889b5101..3513f5da 100644 --- a/operator/charts/patroni-services/values.yaml +++ b/operator/charts/patroni-services/values.yaml @@ -14,9 +14,10 @@ imagePullPolicy: IfNotPresent privateRegistry: enabled: false - secrets: - - name: - create: false + secrets: [] + # secrets: + # - name: + # create: false # registry: ghcr.io/netcracker # username: # password: @@ -70,7 +71,7 @@ operator: policies: - tolerations: + tolerations: [] # - key: "node.kubernetes.io/unreachable" # operator: "Exists" # effect: "NoExecute" @@ -87,9 +88,9 @@ tls: additionalDnsNames: [] additionalIpAddresses: [] certificates: - tls_key: - tls_crt: - ca_crt: + tls_key: "" + tls_crt: "" + ca_crt: "" ## This section describes values for patroni deployment patroni: