Append the legacy CRD using a Json patch
This commit is contained in:
parent
8d1a47f768
commit
533a332ca9
2 changed files with 1106 additions and 0 deletions
1098
operator/src/main/kubernetes/append_legacy_cr.yaml
Normal file
1098
operator/src/main/kubernetes/append_legacy_cr.yaml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -7,5 +7,13 @@ resources:
|
|||
- kubernetes/keycloaks.keycloak.org-v1.yml
|
||||
- kubernetes/kubernetes.yml
|
||||
|
||||
# patchesStrategicMerge
|
||||
patches:
|
||||
- kubernetes/minikube.yml
|
||||
|
||||
# patchesJson6902
|
||||
patches:
|
||||
- path: append_legacy_cr.yaml
|
||||
target:
|
||||
kind: CustomResourceDefinition
|
||||
name: keycloaks.keycloak.org
|
||||
|
|
Loading…
Reference in a new issue