File tree 2 files changed +0
-41
lines changed
deploy/manifests/openshift
2 files changed +0
-41
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ generate-manifests: ## Generate manifests using Helm.
109
109
helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) $(HELM_TEMPLATE_EXTRA_ARGS_FOR_ALL_MANIFESTS_FILE ) --set nginx.plus=true --set nginx.image.repository=$(NGINX_PLUS_PREFIX ) -n nginx-gateway | cat $(strip $(MANIFEST_DIR ) ) /namespace.yaml - > $(strip $(MANIFEST_DIR ) ) /nginx-plus-gateway.yaml
110
110
helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) $(HELM_TEMPLATE_EXTRA_ARGS_FOR_ALL_MANIFESTS_FILE ) --set nginxGateway.gwAPIExperimentalFeatures.enable=true -n nginx-gateway | cat $(strip $(MANIFEST_DIR ) ) /namespace.yaml - > $(strip $(MANIFEST_DIR ) ) /nginx-gateway-experimental.yaml
111
111
helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) $(HELM_TEMPLATE_EXTRA_ARGS_FOR_ALL_MANIFESTS_FILE ) --set nginxGateway.gwAPIExperimentalFeatures.enable=true --set nginx.plus=true --set nginx.image.repository=$(NGINX_PLUS_PREFIX ) -n nginx-gateway | cat $(strip $(MANIFEST_DIR ) ) /namespace.yaml - > $(strip $(MANIFEST_DIR ) ) /nginx-plus-gateway-experimental.yaml
112
- helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) $(HELM_TEMPLATE_EXTRA_ARGS_FOR_ALL_MANIFESTS_FILE ) -n nginx-gateway --set platform=openshift -s templates/scc.yaml > $(strip $(MANIFEST_DIR ) ) /openshift/scc.yaml
113
112
helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) $(HELM_TEMPLATE_EXTRA_ARGS_FOR_ALL_MANIFESTS_FILE ) -n nginx-gateway --set platform=openshift | cat $(strip $(MANIFEST_DIR ) ) /namespace.yaml - > $(strip $(MANIFEST_DIR ) ) /openshift/nginx-gateway.yaml
114
113
helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) $(HELM_TEMPLATE_EXTRA_ARGS_FOR_ALL_MANIFESTS_FILE ) --set nginx.plus=true --set nginx.image.repository=$(NGINX_PLUS_PREFIX ) -n nginx-gateway --set platform=openshift | cat $(strip $(MANIFEST_DIR ) ) /namespace.yaml - > $(strip $(MANIFEST_DIR ) ) /openshift/nginx-plus-gateway.yaml
115
114
helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) $(HELM_TEMPLATE_EXTRA_ARGS_FOR_ALL_MANIFESTS_FILE ) --set nginxGateway.gwAPIExperimentalFeatures.enable=true -n nginx-gateway --set platform=openshift | cat $(strip $(MANIFEST_DIR ) ) /namespace.yaml - > $(strip $(MANIFEST_DIR ) ) /openshift/nginx-gateway-experimental.yaml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments