Skip to content

Commit

Permalink
add oauth2-proxy back (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson authored Oct 17, 2024
1 parent b278edf commit 8707eac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions flux-manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ generators:
- logging-operator.yaml
- loki.yaml
- mimir.yaml
- oauth2-proxy.yaml
- observability-operator.yaml
- organization-operator.yaml
- prometheus-meta-operator.yaml
Expand Down
13 changes: 13 additions & 0 deletions flux-manifests/oauth2-proxy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
api_version: generators.giantswarm.io/v1
app_catalog: control-plane-catalog
app_destination_namespace: monitoring
app_name: oauth2-proxy
app_version: 2.14.0
kind: Konfigure
metadata:
annotations:
config.kubernetes.io/function: |-
exec:
path: /plugins/konfigure
name: oauth2-proxy
name: oauth2-proxy

0 comments on commit 8707eac

Please sign in to comment.