Skip to content

Commit 287132c

Browse files
committed
fix: move folder out of kubernetes folder correctly this time
1 parent ab50507 commit 287132c

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

kubernetes/components/common/kustomization.yaml renamed to common/kustomization.yaml

File renamed without changes.

kubernetes/components/common/namespace.yaml renamed to common/namespace.yaml

File renamed without changes.

kubernetes/components/common/sops/kustomization.yaml renamed to common/sops/kustomization.yaml

File renamed without changes.

kubernetes/components/common/sops/secret.sops.yaml renamed to common/sops/secret.sops.yaml

File renamed without changes.

kubernetes/apps/flux-system/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
4-
components:
5-
- ../../components/common
4+
# components:
5+
# - ../../components/common
66
resources:
77
- ./namespace.yaml
88
- ./addons/ks.yaml

kubernetes/apps/observability/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
4-
components:
5-
- ../../components/common
4+
# components:
5+
# - ../../components/common
66
resources:
77
- ./namespace.yaml
88
- ./grafana/ks.yaml

0 commit comments

Comments
 (0)