Skip to content

Commit ad0f882

Browse files
committed
Raj Singh
Customer Reliability Engineer [email protected]
1 parent d13ac71 commit ad0f882

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

clusters/common/apps/tailscale/resources/proxygroup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
replicas: 3
3434
proxyClass: common
3535
tags:
36-
- tag:k8s
36+
- tag:k8s-operator
3737
- tag:${LOCATION}
3838
kubeAPIServer:
3939
mode: auth

tailscale/policy.hujson

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
},
6666
"services": {
6767
"tag:k8s": ["tag:k8s"],
68+
"tag:k8s-operator": ["tag:k8s-operator"],
6869
"svc:ottawa-tsflow": ["tag:ottawa"],
6970
"svc:robbinsdale-tsflow": ["tag:robbinsdale"],
7071
},
@@ -128,7 +129,7 @@
128129
},
129130
{
130131
"src": ["group:superuser", "tag:k8s"],
131-
"dst": ["tag:k8s-operator", "tag:k8s"],
132+
"dst": ["tag:k8s-operator"],
132133
"ip": ["*"],
133134
"app": {
134135
"tailscale.com/cap/kubernetes": [

0 commit comments

Comments
 (0)