generated from onedr0p/cluster-template
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e14ebc
commit 720a6d1
Showing
14 changed files
with
78 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[env] | ||
KUBECONFIG = '{{config_root}}/kubernetes/main/kubeconfig:{{config_root}}/kubernetes/utility/kubeconfig:{{config_root}}/kubernetes/pi5/kubeconfig' | ||
KUBECONFIG = '{{config_root}}/kubernetes/main/kubeconfig:{{config_root}}/kubernetes/utility/kubeconfig' | ||
MINIJINJA_CONFIG_FILE = '{{config_root}}/.minijinja.toml' | ||
SOPS_AGE_KEY_FILE = '{{config_root}}/age.key' | ||
#TALOSCONFIG = '{{config_root}}/kubernetes/main/bootstrap/talos/clusterconfig/talosconfig:{{config_root}}/kubernetes/utility/bootstrap/talos/clusterconfig/talosconfig:{{config_root}}/kubernetes/pi5/bootstrap/talos/clusterconfig/talosconfig' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
# yaml-language-server: $schema=https://kube-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json | ||
apiVersion: kustomize.toolkit.fluxcd.io/v1 | ||
kind: Kustomization | ||
metadata: | ||
name: &app weave-gitops | ||
spec: | ||
commonMetadata: | ||
labels: | ||
app.kubernetes.io/name: *app | ||
dependsOn: | ||
- name: onepassword-store | ||
namespace: external-secrets | ||
interval: 30m | ||
path: ./kubernetes/shared/apps/flux-system/weave-gitops/app | ||
prune: true | ||
sourceRef: | ||
kind: GitRepository | ||
name: flux-system | ||
namespace: flux-system | ||
targetNamespace: flux-system | ||
timeout: 5m | ||
wait: false | ||
patches: | ||
- patch: |- | ||
apiVersion: helm.toolkit.fluxcd.io/v2 | ||
kind: HelmRelease | ||
metadata: | ||
name: weave-gitops | ||
spec: | ||
ingress: | ||
annotations: | ||
gethomepage.dev/enabled: "true" | ||
gethomepage.dev/group: Infrastructure | ||
gethomepage.dev/name: Weave-gitops | ||
gethomepage.dev/icon: https://raw.githubusercontent.com/joryirving/home-ops/main/docs/src/assets/icons/weave.png | ||
gethomepage.dev/description: Flux Dashboard | ||
hosts: | ||
- host: gitops.jory.dev |
55 changes: 0 additions & 55 deletions
55
kubernetes/main/apps/flux-system/weave-gitops/app/helmrelease.yaml
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
kubernetes/main/apps/flux-system/weave-gitops/app/rbac.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,3 @@ kind: Kustomization | |
resources: | ||
- ./externalsecret.yaml | ||
- ./helmrelease.yaml | ||
- ./rbac.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
# yaml-language-server: $schema=https://kube-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json | ||
apiVersion: kustomize.toolkit.fluxcd.io/v1 | ||
kind: Kustomization | ||
metadata: | ||
name: &app weave-gitops | ||
spec: | ||
commonMetadata: | ||
labels: | ||
app.kubernetes.io/name: *app | ||
interval: 30m | ||
path: ./kubernetes/shared/apps/flux-system/weave-gitops/app | ||
prune: true | ||
sourceRef: | ||
kind: GitRepository | ||
name: flux-system | ||
namespace: flux-system | ||
targetNamespace: flux-system | ||
timeout: 5m | ||
wait: false | ||
patches: | ||
- patch: |- | ||
apiVersion: helm.toolkit.fluxcd.io/v2 | ||
kind: HelmRelease | ||
metadata: | ||
name: weave-gitops | ||
spec: | ||
ingress: | ||
hosts: | ||
- host: gitops-utility.jory.dev | ||
rbac: | ||
additionalRules: | ||
- apiGroups: [ "infra.contrib.fluxcd.io" ] | ||
resources: [ "terraforms" ] | ||
verbs: [ "get", "list", "patch" ] |
7 changes: 0 additions & 7 deletions
7
kubernetes/utility/apps/flux-system/weave-gitops/app/kustomization.yaml
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
kubernetes/utility/apps/flux-system/weave-gitops/app/secret.sops.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.