fixing typo
This commit is contained in:
@@ -15,8 +15,8 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valuesObject:
|
valuesObject:
|
||||||
oauth:
|
oauth:
|
||||||
clientId: {{ .Vault.tailscaleOperator.oauth.clientId }}
|
clientId: {{ .Values.tailscaleOperator.oauth.clientId }}
|
||||||
clientSecret: {{ .Vault.tailscaleOperator.oauth.clientSecret }}
|
clientSecret: {{ .Values.tailscaleOperator.oauth.clientSecret }}
|
||||||
operatorConfig:
|
operatorConfig:
|
||||||
hostname: {{ .Values.tailscaleOperator.operatorHostname }}
|
hostname: {{ .Values.tailscaleOperator.operatorHostname }}
|
||||||
apiServerProxyConfig:
|
apiServerProxyConfig:
|
||||||
|
|||||||
Reference in New Issue
Block a user