Remove namespaces
This commit is contained in:
parent
71971b7e07
commit
3bbb8663bc
9 changed files with 2 additions and 37 deletions
|
@ -1,9 +1,4 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: authentik
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: dns
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: nextcloud
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: nextcloud-pv
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: syncthing
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: syncthing-data
|
||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
|||
name: prometheus-community
|
||||
namespace: {{ .Release.Namespace }}
|
||||
install:
|
||||
createNamespace: true
|
||||
createNamespace: false
|
||||
upgrade:
|
||||
disableWait: true
|
||||
timeout: 5m
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: mariadb-system
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: rustdesk
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
|
|
|
@ -25,7 +25,7 @@ spec:
|
|||
namespace: {{ .Release.Namespace }}
|
||||
install:
|
||||
crds: CreateReplace
|
||||
createNamespace: true
|
||||
createNamespace: false
|
||||
values:
|
||||
installCRDs: true
|
||||
extraArgs:
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: bitwarden
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue