1234567891011121314151617181920 |
- # FIXME: Find a way to have a test key for CI testing
- tailscaleConfig:
- authkey: 'tskey-auth-abcd123CNTRL-abcde12345abcde12345abcde12345ab'
- hostname: 'test-host'
- advertiseExitNode: true
- userspace: true
- acceptDns: true
- workload:
- tailscale:
- podSpec:
- containers:
- tailscale:
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
|