Commit 9a83d4f
[release-2.5] Fix duplicate webhook patch and add missing ScheduledSparkApplication Patches (#2875)
The kustomization.yaml had a duplicate entry for webhook_in_sparkapplications.yaml
which appears to be a copy-paste error from the controller-runtime refactor.
This commit:
- Fixes the duplicate webhook patch entry in config/crd/kustomization.yaml
- Adds webhook_in_scheduledsparkapplications.yaml for conversion webhook support
- Adds cainjection_in_scheduledsparkapplications.yaml for cert-manager CA injection
Both CRDs (SparkApplication and ScheduledSparkApplication) now have corresponding
webhook and CA injection patch files, matching the intended kustomize configuration.
Signed-off-by: roburishabh <roburishabh@outlook.com>
Co-authored-by: roburishabh <roburishabh@outlook.com>1 parent 94db694 commit 9a83d4f
3 files changed
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments