Skip to content

Commit

Permalink
Merge branch 'master' into release-0.11
Browse files Browse the repository at this point in the history
* master:
  hack,manifests: Move non-generated file out of manifests/deploy
  • Loading branch information
Chance Zibolski committed Nov 27, 2018
2 parents 0674957 + 50b52c1 commit 3a6c743
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hack/lib/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ source "${ROOT_DIR}/hack/lib/version.sh"
METERING_NAMESPACE=$(sanetize_namespace "${METERING_NAMESPACE:-metering}")

: "${DEPLOY_MANIFESTS_DIR:=$MANIFESTS_DIR/deploy}"
: "${RBAC_MANIFESTS_DIR:=$MANIFESTS_DIR/rbac}"
: "${INSTALLER_MANIFESTS_DIR:=$DEPLOY_MANIFESTS_DIR/$DEPLOY_PLATFORM/helm-operator}"
: "${ALM_MANIFESTS_DIR:=$MANIFESTS_DIR/deploy/$DEPLOY_PLATFORM/alm}"
: "${METERING_CR_FILE:=$INSTALLER_MANIFESTS_DIR/metering.yaml}"
Expand Down
2 changes: 1 addition & 1 deletion hack/openshift-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ "$METERING_INSTALL_REPORTING_OPERATOR_EXTRA_CLUSTERROLEBINDING" == "true" ]
echo "Creating ClusterRole for reporting-operator"
kubectl \
apply -f \
"${DEPLOY_MANIFESTS_DIR}/reporting-operator-clusterrole.yaml"
"${RBAC_MANIFESTS_DIR}/reporting-operator-clusterrole.yaml"

echo "Creating ClusterRoleBinding for reporting-operator"
kubectl \
Expand Down

0 comments on commit 3a6c743

Please sign in to comment.