Update namespace.

This commit is contained in:
Joseph Hanson 2023-11-07 10:13:23 -06:00
parent c3e128317e
commit 4b433b4f91
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: tailscale
namespace: networking
namespace: default
spec:
interval: 30m
chart:

View file

@ -2,7 +2,7 @@
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: networking
namespace: default
resources:
- ./rbac.yaml
- ./externalsecret.yaml

View file

@ -3,7 +3,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: tailscale
namespace: networking
namespace: default
rules:
- apiGroups:
- ""
@ -26,11 +26,11 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: tailscale
namespace: networking
namespace: default
subjects:
- kind: ServiceAccount
name: tailscale
namespace: networking
namespace: default
roleRef:
kind: Role
name: tailscale
@ -40,4 +40,4 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: tailscale
namespace: networking
namespace: default