Merge pull request 'feat: apply tailscale-auth ExternalSecret' (#11) from orion/auto/feat-apply-tailscale-auth-externalsecret-1778363886223 into main
Auto-merged by ORION: feat: apply tailscale-auth ExternalSecret
This commit was merged in pull request #11.
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
apiVersion: external-secrets.io/v1beta1
|
||||||
|
kind: ExternalSecret
|
||||||
|
metadata:
|
||||||
|
name: tailscale-auth
|
||||||
|
namespace: tailscale
|
||||||
|
spec:
|
||||||
|
refreshInterval: 1h
|
||||||
|
secretStoreRef:
|
||||||
|
name: orion-vault
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
target:
|
||||||
|
name: tailscale-auth
|
||||||
|
creationPolicy: Owner
|
||||||
|
data:
|
||||||
|
- secretKey: TS_AUTH_KEY
|
||||||
|
remoteRef:
|
||||||
|
key: secret/tailscale
|
||||||
|
property: TS_AUTH_KEY
|
||||||
Reference in New Issue
Block a user