Update namespace.
This commit is contained in:
parent
c3e128317e
commit
4b433b4f91
3 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|||
kind: HelmRelease
|
||||
metadata:
|
||||
name: tailscale
|
||||
namespace: networking
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 30m
|
||||
chart:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue