feat: add more
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 42s
lint-test-helm / lint-helm (pull_request) Successful in 15m53s
lint-test-helm / validate-kubeconform (pull_request) Successful in 16m48s

This commit is contained in:
2026-04-23 16:40:37 -05:00
parent 4cda238587
commit 3d58df753b
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