test cluster configuration and secrets management for flux system
This commit is contained in:
parent
a2b2e45fe5
commit
5c3cf6cd92
6 changed files with 2 additions and 2 deletions
kubernetes
cluster/production
secrets
|
@ -5,7 +5,7 @@ metadata:
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 5m
|
interval: 5m
|
||||||
path: "./kubernetes/cluster/production"
|
path: "./kubernetes/secrets"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: flux-system
|
name: flux-system
|
||||||
|
|
|
@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- charts/
|
- charts/
|
||||||
- config/
|
|
||||||
- flux-system/
|
- flux-system/
|
|
@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- cluster-config.yaml
|
- cluster-config.yaml
|
||||||
|
- qbitty-secrets.yaml
|
||||||
- cluster-secrets.yaml
|
- cluster-secrets.yaml
|
Reference in a new issue