Skip to content

Commit

Permalink
feat: archive wego :sadge:
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Feb 7, 2024
1 parent 3d8e413 commit 4a51ace
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 14 deletions.
3 changes: 0 additions & 3 deletions kubernetes/main/apps/default/authelia/app/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ spec:
AUTHELIA_STORAGE_POSTGRES_PASSWORD: &dbPass "{{ .AUTHELIA_STORAGE_POSTGRES_PASSWORD }}"
GRAFANA_OAUTH_CLIENT_SECRET: "{{ .GRAFANA_OAUTH_CLIENT_SECRET }}"
MINIFLUX_OAUTH_CLIENT_SECRET: "{{ .MINIFLUX_OAUTH_CLIENT_SECRET }}"
WEAVE_GITOPS_OAUTH_CLIENT_SECRET: "{{ .WEAVE_GITOPS_OAUTH_CLIENT_SECRET }}"
INIT_POSTGRES_DBNAME: *dbName
INIT_POSTGRES_HOST: *dbHost
INIT_POSTGRES_USER: *dbUser
Expand All @@ -42,5 +41,3 @@ spec:
key: lldap
- extract:
key: miniflux
- extract:
key: weave-gitops
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,3 @@ identity_providers:
scopes: ["openid", "profile", "groups", "email"]
redirect_uris: ["https://miniflux.devbu.io/oauth2/oidc/callback"]
userinfo_signed_response_alg: none
- id: weave-gitops
description: Weave GitOps
secret: "$${WEAVE_GITOPS_OAUTH_CLIENT_SECRET}"
public: false
authorization_policy: two_factor
pre_configured_consent_duration: 1y
scopes: ["openid", "profile", "groups", "email"]
redirect_uris: ["https://wego.devbu.io/oauth2/callback"]
userinfo_signing_algorithm: none
1 change: 0 additions & 1 deletion kubernetes/main/apps/flux-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ resources:
# Flux-Kustomizations
- ./addons/ks.yaml
- ./tf-controller/ks.yaml
- ./wego/ks.yaml
2 changes: 1 addition & 1 deletion kubernetes/main/flux/repositories/helm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ resources:
- ./stakater.yaml
# - ./stevehipwell.yaml
# - ./victoria-metrics.yaml
- ./weaveworks.yaml
# - ./weaveworks.yaml
# - ./windmill.yaml
- ./xenitab.yaml

0 comments on commit 4a51ace

Please sign in to comment.