Skip to content

Commit

Permalink
Assume Helm 3 as the default
Browse files Browse the repository at this point in the history
Do not install CRDs from templates.
  • Loading branch information
pepov authored and ahma committed Jan 6, 2021
1 parent 2d1554d commit 0457c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/logging-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ annotations: {}

## Deploy CRDs used by Logging Operator.
##
createCustomResource: true
createCustomResource: false

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down Expand Up @@ -79,4 +79,4 @@ monitoring:
enabled: false
additionalLabels: {}
metricRelabelings: []
relabelings: []
relabelings: []
3 changes: 1 addition & 2 deletions hack/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ function helm_deploy_logging_operator()
logging-operator \
--set image.tag='local' \
--set image.repository='controller' \
"${SCRIPT_PATH}/../charts/logging-operator" \
--skip-crds
"${SCRIPT_PATH}/../charts/logging-operator"
}

function configure_logging()
Expand Down

0 comments on commit 0457c7b

Please sign in to comment.