From 1d64e436e83fe3bf4102ca70acced135f888e53d Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sat, 22 Jun 2024 16:36:12 -0500 Subject: [PATCH] fix config key name --- clusters/cl01tl/services/tailscale-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/services/tailscale-operator/values.yaml b/clusters/cl01tl/services/tailscale-operator/values.yaml index 916bd5787..b023cc59b 100644 --- a/clusters/cl01tl/services/tailscale-operator/values.yaml +++ b/clusters/cl01tl/services/tailscale-operator/values.yaml @@ -5,7 +5,7 @@ tailscale-operator: defaultTags: - "tag:k8s-operator" image: - repo: tailscale/k8s-operator + repository: tailscale/k8s-operator tag: v1.68.1 pullPolicy: Always logging: info