feat: add more

This commit is contained in:
2026-04-23 16:40:37 -05:00
parent c2017d1361
commit 2585444c8a
10 changed files with 172 additions and 141 deletions

View File

@@ -9,13 +9,13 @@ metadata:
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
name: openbao
data:
- secretKey: client_id
remoteRef:
key: /tailscale/k8s-operator
property: clientId
key: /tailscale/credentials/k8s-operator
property: client-id
- secretKey: client_secret
remoteRef:
key: /tailscale/k8s-operator
property: clientSecret
key: /tailscale/credentials/k8s-operator
property: client-secret

View File

@@ -1,9 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
name: tailscale-operator
name: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: tailscale-operator
app.kubernetes.io/name: {{ .Release.Namespace }}
{{- include "custom.labels" . | nindent 4 }}
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/enforce: privileged