Skip to content

Commit aeeb6c9

Browse files
authored
fix: clean up directory stucture for template (#8)
+1
1 parent 0a3877f commit aeeb6c9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1414
-688
lines changed

README.md

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -27,41 +27,8 @@ kubernetes-platform/
2727
│ │ │ ├── kubeconfig.yaml
2828
│ │ │ └── kustomization.yaml
2929
│ │ └── development/
30-
│ ├── base/
31-
│ │ ├── networking/
32-
│ │ ├── security/
33-
└── policies/
34-
├── network-policies/
35-
├── pod-security-policies/
36-
└── rbac/
37-
│ │ └── monitoring/
38-
├── applications
39-
│ ├── base
40-
│ │ ├── genestack-sources
41-
│ │ │ ├── genestack.yaml
42-
│ │ │ ├── gitrepository-aggregator.yaml
43-
│ │ │ ├── kustomization.yaml
44-
│ │ │ └── openstack-helm.yaml
45-
│ │ ├── managed-services
46-
│ │ │ ├── cert-manager
47-
│ │ │ │ └── placeholder.txt
48-
│ │ │ ├── gateway-api
49-
│ │ │ │ └── placeholder.txt
50-
│ │ │ ├── ingress-nginx
51-
│ │ │ │ └── placeholder.txt
52-
│ │ │ ├── keycloak
53-
│ │ │ │ └── placeholder.txt
54-
│ │ │ ├── sealed-secrets
55-
│ │ │ │ └── placeholder.txt
56-
│ │ │ └── sources
57-
│ │ │ ├── bitnami.yaml
58-
│ │ │ ├── envoyproxy.yaml
59-
│ │ │ ├── ingress-nginx.yaml
60-
│ │ │ ├── jetstack.yaml
61-
│ │ │ ├── kustomization.yaml
62-
│ │ │ └── sealed-secrets.yaml
6330
│ ├── overlays
64-
│ │ ├── delta
31+
│ │ ├── cluster-example
6532
│ │ │ ├── flux-system
6633
│ │ │ │ ├── gotk-components.yaml
6734
│ │ │ │ ├── gotk-sync.yaml
@@ -81,11 +48,4 @@ kubernetes-platform/
8148
│ │ │ └── placeholder.txt
8249
│ │ └── production
8350
│ │ └── placeholder.txt
84-
│ └── policies
85-
│ ├── network-policies
86-
│ │ └── placeholder.txt
87-
│ ├── pod-security-policies
88-
│ │ └── placeholder.txt
89-
│ └── rbac
90-
│ └── placeholder.txt
9151
```

applications/base/genestack-sources/genestack.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

applications/base/genestack-sources/gitrepository-aggregator.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

applications/base/genestack-sources/kustomization.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

applications/base/genestack-sources/openstack-helm.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

applications/base/managed-services/cert-manager/placeholder.txt

Whitespace-only changes.

applications/base/managed-services/gateway-api/placeholder.txt

Whitespace-only changes.

applications/base/managed-services/ingress-nginx/placeholder.txt

Whitespace-only changes.

applications/base/managed-services/keycloak/placeholder.txt

Whitespace-only changes.

applications/base/managed-services/sealed-secrets/placeholder.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)