Skip to content

Commit 5c3cf6c

Browse files
committedFeb 18, 2025
test cluster configuration and secrets management for flux system
1 parent a2b2e45 commit 5c3cf6c

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
 

‎kubernetes/cluster/production/flux-system/secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: flux-system
66
spec:
77
interval: 5m
8-
path: "./kubernetes/cluster/production"
8+
path: "./kubernetes/secrets"
99
sourceRef:
1010
kind: GitRepository
1111
name: flux-system

‎kubernetes/cluster/production/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- charts/
5-
- config/
65
- flux-system/

‎kubernetes/cluster/production/config/kustomization.yaml renamed to ‎kubernetes/secrets/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- cluster-config.yaml
5+
- qbitty-secrets.yaml
56
- cluster-secrets.yaml

0 commit comments

Comments
 (0)
Please sign in to comment.