Skip to content

Commit

Permalink
fix(tailscale): fix default tags
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Jun 23, 2024
1 parent 8a1e416 commit e01cb84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/core/tailscale.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
};

values = {
operatorConfig.defaultTags = [ "tag:hfym-ds" ];
operatorConfig.defaultTags = [ "tag:hfym-ds-operator" ];
proxyConfig.defaultTags = "tag:hfym-ds";
};
};

Expand Down

0 comments on commit e01cb84

Please sign in to comment.