Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-GV committed Mar 13, 2023
1 parent ed1d84e commit d50426e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion operator/Makefile
Expand Up @@ -259,7 +259,7 @@ olm-deploy: ## Deploy the operator bundle and the operator via OLM into an Kube
$(error Set variable REGISTRY_BASE to use a custom container registry org account for local development)
else
olm-deploy: olm-deploy-bundle olm-deploy-operator $(OPERATOR_SDK)
$(OPERATOR_SDK) run bundle -n $(LOKI_OPERATOR_NS) --install-mode AllNamespaces $(BUNDLE_IMG)
$(OPERATOR_SDK) run bundle -n $(LOKI_OPERATOR_NS) --install-mode AllNamespaces $(BUNDLE_IMG) --security-context-config restricted
endif

.PHONY: olm-upgrade
Expand Down
4 changes: 2 additions & 2 deletions operator/config/manager/kustomization.yaml
Expand Up @@ -5,5 +5,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: docker.io/grafana/loki-operator
newTag: main-39f2856
newName: quay.io/openshift-logging/loki-operator
newTag: v0.1.0

0 comments on commit d50426e

Please sign in to comment.