From 83f88f9848fd60e50f3fe25403dcb4f5e5b547ce Mon Sep 17 00:00:00 2001 From: Thomas Blarre Date: Tue, 5 Nov 2024 00:33:53 +0000 Subject: [PATCH] fixing typo --- k3s-tooling/templates/tailscale-operator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k3s-tooling/templates/tailscale-operator.yaml b/k3s-tooling/templates/tailscale-operator.yaml index fa45ffe..b4bf76f 100644 --- a/k3s-tooling/templates/tailscale-operator.yaml +++ b/k3s-tooling/templates/tailscale-operator.yaml @@ -15,8 +15,8 @@ spec: helm: valuesObject: oauth: - clientId: {{ .Vault.tailscaleOperator.oauth.clientId }} - clientSecret: {{ .Vault.tailscaleOperator.oauth.clientSecret }} + clientId: {{ .Values.tailscaleOperator.oauth.clientId }} + clientSecret: {{ .Values.tailscaleOperator.oauth.clientSecret }} operatorConfig: hostname: {{ .Values.tailscaleOperator.operatorHostname }} apiServerProxyConfig: