cmd/k8s-operator: fixes helm template for oauth secret volume mount (#18230)
Fixes #18228 Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) Tailscale Inc & AUTHORS
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
{{ if and .Values.oauth .Values.oauth.clientId .Values.oauth.clientSecret -}}
|
||||
{{ if and .Values.oauth .Values.oauth.clientId (not .Values.oauth.audience) -}}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user