Merge pull request #4208 from RolandMa1986/feat-gateway-image
feat: package gateway helm chart into docker image
This commit is contained in:
14
config/watches.yaml
Normal file
14
config/watches.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Use the 'create api' subcommand to add watches to this file.
|
||||
- group: gateway.kubesphere.io
|
||||
version: v1alpha1
|
||||
kind: Nginx
|
||||
chart: /var/helm-charts/ingress-nginx
|
||||
- group: gateway.kubesphere.io
|
||||
version: v1alpha1
|
||||
kind: Gateway
|
||||
chart: /var/helm-charts/gateway
|
||||
# uncomment the following 2 lines, if only allow to run global scope or namespaced scope.
|
||||
# Leave the option to CR, when allow to run global and namespaced together.
|
||||
# overrideValues:
|
||||
# controller.scope.enabled: $SCOPE_ENABLED
|
||||
#+kubebuilder:scaffold:watch
|
||||
Reference in New Issue
Block a user