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:
Tom Meadows
2025-12-17 20:58:47 +01:00
committed by GitHub
parent 323604b76c
commit b21cba0921
2 changed files with 27 additions and 23 deletions
@@ -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: