Skip to content

Commit 7b69341

Browse files
fix: use null default for a value if it supports valueFrom secretKeyRef
1 parent 29523e2 commit 7b69341

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/ctrlplane/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ctrlplane
33
description: Ctrlplane Helm chart for Kubernetes
44
type: application
5-
version: 0.11.0
5+
version: 0.11.1
66
appVersion: "1.0.0"
77

88
maintainers:

charts/ctrlplane/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ global:
3030
# secretKeyRef:
3131
# name: "google-oauth-secret"
3232
# key: "client-id"
33-
clientSecret: ""
33+
clientSecret:
3434
# clientSecret:
3535
# valueFrom:
3636
# secretKeyRef:
@@ -49,7 +49,7 @@ global:
4949
# secretKeyRef:
5050
# name: "okta-oauth-secret"
5151
# key: "client-id"
52-
clientSecret: ""
52+
clientSecret:
5353
# clientSecret:
5454
# valueFrom:
5555
# secretKeyRef:

0 commit comments

Comments
 (0)