File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
config/overlays/featuregate
synthetic-user-permissions
webhook-provider-certmanager
webhook-provider-openshift-serviceca Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # kustomization file for secure OLMv1
1
+ # kustomization file for OLMv1 support for synthetic auth
2
2
# DO NOT ADD A NAMESPACE HERE
3
3
apiVersion : kustomize.config.k8s.io/v1beta1
4
4
kind : Kustomization
Original file line number Diff line number Diff line change 1
- # kustomization file for secure OLMv1
1
+ # kustomization file for cert-manager backed OLMv1 support for installation of bundles with webhooks
2
2
# DO NOT ADD A NAMESPACE HERE
3
3
apiVersion : kustomize.config.k8s.io/v1beta1
4
4
kind : Kustomization
Original file line number Diff line number Diff line change 1
- # enable synthetic-user feature gate
1
+ # enable cert-manager backed webhook support feature gate
2
2
- op : add
3
3
path : /spec/template/spec/containers/0/args/-
4
4
value : " --feature-gates=WebhookProviderCertManager=true"
Original file line number Diff line number Diff line change 1
- # kustomization file for secure OLMv1
1
+ # kustomization file for openshift-serviceca backed OLMv1 support for installation of bundles with webhooks
2
2
# DO NOT ADD A NAMESPACE HERE
3
3
apiVersion : kustomize.config.k8s.io/v1beta1
4
4
kind : Kustomization
Original file line number Diff line number Diff line change 1
- # enable synthetic-user feature gate
1
+ # enable openshift-serviceca backed webhook support feature gate
2
2
- op : add
3
3
path : /spec/template/spec/containers/0/args/-
4
4
value : " --feature-gates=WebhookProviderOpenshiftServiceCA=true"
You can’t perform that action at this time.
0 commit comments