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
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: tailscale
|
name: tailscale
|
||||||
namespace: networking
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
interval: 30m
|
interval: 30m
|
||||||
chart:
|
chart:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: networking
|
namespace: default
|
||||||
resources:
|
resources:
|
||||||
- ./rbac.yaml
|
- ./rbac.yaml
|
||||||
- ./externalsecret.yaml
|
- ./externalsecret.yaml
|
||||||
|
|
|
@ -3,7 +3,7 @@ apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: Role
|
kind: Role
|
||||||
metadata:
|
metadata:
|
||||||
name: tailscale
|
name: tailscale
|
||||||
namespace: networking
|
namespace: default
|
||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
|
@ -26,11 +26,11 @@ apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
name: tailscale
|
name: tailscale
|
||||||
namespace: networking
|
namespace: default
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: tailscale
|
name: tailscale
|
||||||
namespace: networking
|
namespace: default
|
||||||
roleRef:
|
roleRef:
|
||||||
kind: Role
|
kind: Role
|
||||||
name: tailscale
|
name: tailscale
|
||||||
|
@ -40,4 +40,4 @@ apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: tailscale
|
name: tailscale
|
||||||
namespace: networking
|
namespace: default
|
||||||
|
|
Reference in a new issue