Skip to content

Commit

Permalink
restructuring directory tree
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovo committed May 30, 2024
1 parent 699e235 commit 293b4ca
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion high/envs/astrid/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
sourceRef:
kind: GitRepository
name: flux-system
path: ./high/infra/certmanager
path: ./high/overlays/astrid/certmanager
prune: true
2 changes: 1 addition & 1 deletion high/envs/astrid/certs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
sourceRef:
kind: GitRepository
name: flux-system
path: ./high/infra/certs/overlays/astrid
path: ./high/overlays/astrid/certs
prune: true
dependsOn:
- name: cert-manager
Expand Down
7 changes: 6 additions & 1 deletion high/envs/astrid/monicahq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ spec:
kind: GitRepository
name: flux-system
path: ./high/overlays/astrid/monicahq
prune: true
prune: true
dependsOn:
- name: cert-manager
namespace: flux-system
- name: certs
namespace: flux-system
7 changes: 6 additions & 1 deletion high/envs/astrid/ouath2-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ spec:
kind: GitRepository
name: flux-system
path: ./high/overlays/astrid/oauth2-proxy
prune: true
prune: true
dependsOn:
- name: cert-manager
namespace: flux-system
- name: certs
namespace: flux-system
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
creation_rules:
- path_regex: .*.yaml
encrypted_regex: ^(data|stringData|consumerKey|email|groupName|applicationKey|host|hosts|addresses|server|configLogicalBackup|channel|monica|mariadb|redis)$
encrypted_regex: ^(data|stringData|consumerKey|email|groupName|applicationKey|host|hosts|addresses|server|configLogicalBackup|channel|monica|mariadb|redis|config)$
pgp: 46FAA8106554E4BAC648A9C8DAC3C1A5974CE5A1
4 changes: 4 additions & 0 deletions high/overlays/astrid/certmanager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../infra/certmanager/
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../infra/certs/
- ClusterIssuer.yaml
4 changes: 0 additions & 4 deletions high/overlays/astrid/oauth2-proxy/.sops.yaml

This file was deleted.

File renamed without changes.

0 comments on commit 293b4ca

Please sign in to comment.