Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Jun 18, 2024
1 parent d745e84 commit 25882ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions kube/clusters/nuclear/config/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
secretGenerator:
- name: nuclear-secrets
namespace: flux-system
envs:
- ./secrets.sops.env
- name: nuclear-vars
namespace: flux-system
envs:
- ./vars.sops.env
#secretGenerator:
# - name: nuclear-secrets
# namespace: flux-system
# envs:
# - ./secrets.sops.env
# - name: nuclear-vars
# namespace: flux-system
# envs:
# - ./vars.sops.env
configMapGenerator:
- name: nuclear-versions
namespace: flux-system
Expand Down
4 changes: 2 additions & 2 deletions kube/clusters/nuclear/flux/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- secrets-age.sops.yaml
- secrets-ssh.sops.yaml
# - secrets-age.sops.yaml
# - secrets-ssh.sops.yaml
- ../config/
- flux-install.yaml
- flux-repo.yaml
Expand Down

0 comments on commit 25882ff

Please sign in to comment.