Skip to content

Commit 747bd78

Browse files
committed
helm: move oauth2-proxy chart to common/oauth2-proxy/helm
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
1 parent c45c03b commit 747bd78

17 files changed

Lines changed: 7 additions & 6 deletions

.github/workflows/helm-kustomize-comparison.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
paths:
66
- experimental/helm/charts/**
7+
- common/oauth2-proxy/helm/**
78
- tests/kustomize_install.sh
89
- tests/helm_kustomize_compare.py
910
- tests/helm_kustomize_compare.sh
File renamed without changes.

experimental/helm/charts/oauth2-proxy/README.md renamed to common/oauth2-proxy/helm/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ release metadata in that same workload namespace.
1515
Namespace names are fixed to match the Kustomize baseline and `kubeflow-namespaces` foundation chart. oauth2-proxy workloads use `oauth2-proxy`, Istio auth resources use `istio-system`, and gateway references use `kubeflow`. These names are not configurable.
1616

1717
```bash
18-
helm install oauth2-proxy ./experimental/helm/charts/oauth2-proxy \
18+
helm install oauth2-proxy ./common/oauth2-proxy/helm \
1919
--namespace oauth2-proxy \
20-
--values ./experimental/helm/charts/oauth2-proxy/ci/values-m2m-dex-only.yaml
20+
--values ./common/oauth2-proxy/helm/ci/values-m2m-dex-only.yaml
2121
```
2222

2323
For kind-like clusters that use Kubernetes service account JWTs for gateway
2424
machine-to-machine auth, use:
2525

2626
```bash
27-
helm install oauth2-proxy ./experimental/helm/charts/oauth2-proxy \
27+
helm install oauth2-proxy ./common/oauth2-proxy/helm \
2828
--namespace oauth2-proxy \
29-
--values ./experimental/helm/charts/oauth2-proxy/ci/values-m2m-dex-and-kind.yaml
29+
--values ./common/oauth2-proxy/helm/ci/values-m2m-dex-and-kind.yaml
3030
```
3131

3232
## Kustomize Mapping
@@ -43,7 +43,7 @@ stable.
4343
## Comparison
4444

4545
```bash
46-
helm lint experimental/helm/charts/oauth2-proxy
46+
helm lint common/oauth2-proxy/helm
4747
./tests/helm_kustomize_compare.sh oauth2-proxy base
4848
./tests/helm_kustomize_compare.sh oauth2-proxy m2m-dex-only
4949
./tests/helm_kustomize_compare.sh oauth2-proxy m2m-dex-and-kind
File renamed without changes.

experimental/helm/charts/oauth2-proxy/ci/values-m2m-dex-and-eks.yaml renamed to common/oauth2-proxy/helm/ci/values-m2m-dex-and-eks.yaml

File renamed without changes.

experimental/helm/charts/oauth2-proxy/ci/values-m2m-dex-and-kind.yaml renamed to common/oauth2-proxy/helm/ci/values-m2m-dex-and-kind.yaml

File renamed without changes.

experimental/helm/charts/oauth2-proxy/ci/values-m2m-dex-only.yaml renamed to common/oauth2-proxy/helm/ci/values-m2m-dex-only.yaml

File renamed without changes.

experimental/helm/charts/oauth2-proxy/files/kubeflow-logo.svg renamed to common/oauth2-proxy/helm/files/kubeflow-logo.svg

File renamed without changes.

experimental/helm/charts/oauth2-proxy/files/oauth2_proxy.cfg renamed to common/oauth2-proxy/helm/files/oauth2_proxy.cfg

File renamed without changes.

experimental/helm/charts/oauth2-proxy/templates/_helpers.tpl renamed to common/oauth2-proxy/helm/templates/_helpers.tpl

File renamed without changes.

0 commit comments

Comments
 (0)