Skip to content

Commit

Permalink
fix(kyak): change to maybe make image work
Browse files Browse the repository at this point in the history
  • Loading branch information
coolguy1771 committed Apr 12, 2024
1 parent 4f688e8 commit a279276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
kind: ClusterSecretStore
name: onepassword-connect
target:
name: tailscale-operator-secret
name: operator-oauth
creationPolicy: Owner
template:
engineVersion: v2
Expand Down
22 changes: 2 additions & 20 deletions kubernetes/kyak/apps/tailscale/tailscale/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,12 @@ spec:
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
uninstall:
keepHistory: false
values:
oauth: {}
installCRDs: "true"
operatorConfig:
defaultTags:
- "tag:k8s-operator"
proxyConfig:
# ACL tag that operator will tag proxies with. Operator must be made owner of
# these tags
# https://tailscale.com/kb/1236/kubernetes-operator/?q=operator#setting-up-the-kubernetes-operator
# Multiple tags can be passed as a comma-separated string i.e 'tag:k8s-proxies,tag:prod'.
# Note that if you pass multiple tags to this field via `--set` flag to helm upgrade/install commands you must escape the comma (for example, "tag:k8s-proxies\,tag:prod"). See https://github.com/helm/helm/issues/1556
defaultTags: "tag:k8s"
firewallMode: auto
apiServerProxyConfig:
mode: "noauth" # "true", "false", "noauth"
valuesFrom:
- targetPath: oauth.clientId
kind: Secret
name: tailscale-operator-secret
valuesKey: CLIENT_ID
- targetPath: oauth.clientSecret
kind: Secret
name: tailscale-operator-secret
valuesKey: CLIENT_SECRET

0 comments on commit a279276

Please sign in to comment.