forked from openshift/managed-cluster-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.mk
More file actions
15 lines (13 loc) · 702 Bytes
/
project.mk
File metadata and controls
15 lines (13 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#Project specific values
YAML_DIRECTORY?=deploy
SELECTOR_SYNC_SET_TEMPLATE_DIR?=scripts/templates/
GIT_ROOT?=$(shell git rev-parse --show-toplevel 2>&1)
# WARNING: REPO_NAME will default to the current directory if there are no remotes
REPO_NAME=managed-cluster-config
#Script variables
GEN_TEMPLATE?=scripts/generate_template.py -t ${SELECTOR_SYNC_SET_TEMPLATE_DIR} -y ${YAML_DIRECTORY} -d ${GIT_ROOT}/hack/ -r ${REPO_NAME}
GEN_POLICY?=scripts/generate-policy.sh
GEN_POLICY_CONFIG?=scripts/generate-policy-config.py
GEN_POLICY_CONFIG_SP?=scripts/generate-subjectpermissions-policy-config.py
ENFORCE_BACKPLANE_RULES?=scripts/enforce-backplane-rules.py
GEN_CMO_CONFIG?=scripts/generate-cmo-config.py