Skip to content

Commit

Permalink
Enable AppProject isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwest committed Sep 14, 2023
1 parent 67523b5 commit ad82ba5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions backend/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
secretKeyRef:
key: postgresql-password
name: gitops-postgresql-staging
- name: ENABLE_APPPROJECT_ISOLATION
value: "true"
image: ${COMMON_IMAGE}
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 2 additions & 0 deletions cluster-agent/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
secretKeyRef:
key: postgresql-password
name: gitops-postgresql-staging
- name: ENABLE_APPPROJECT_ISOLATION
value: "true"
image: ${COMMON_IMAGE}
livenessProbe:
httpGet:
Expand Down
3 changes: 1 addition & 2 deletions tests-e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ help: ## Display this help.

.PHONY: test
test: ## Run E2E tests.
go test -v -p=1 -timeout=100m -race -count=1 -coverprofile=coverage.out ./...

ENABLE_APPPROJECT_ISOLATION="true" go test -v -p=1 -timeout=100m -race -count=1 -coverprofile=coverage.out ./...

# go-get-tool will 'go install' any package $2 and install it to $1.
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
Expand Down

0 comments on commit ad82ba5

Please sign in to comment.