Skip to content

Commit

Permalink
Try wrapping true in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed Jul 4, 2024
1 parent dfa392d commit 4b6eae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/tailscale/tailscale/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ spec:
clientId: ${TAILSCALE_OAUTH_CLIENT_ID}
clientSecret: ${TAILSCALE_OAUTH_CLIENT_SECRET}
apiServerProxyConfig:
mode: true
mode: "true"

0 comments on commit 4b6eae2

Please sign in to comment.