Skip to content

Commit

Permalink
Make it more clear when it can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit-splunk committed Jan 23, 2023
1 parent 12b35ee commit 414ed95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm-charts/splunk-otel-collector/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ Splunk Network Explorer is installed and configured.
[WARNING] "clusterReceiver.eventsEnabled" parameter is deprecated. Soon it will be replaced with "clusterReceiver.k8sObjects".
Upgrade guidelines: https://github.com/signalfx/splunk-otel-collector-chart/blob/main/UPGRADING.md#$CURRENT_VERSION-to-$NEXT_VERSION
{{ end }}
{{- if and (ne .Values.distribution "openshift") (not (empty .Values.securityContextConstraintsOverwrite)) }}
[WARNING] "securityContextConstraintsOverwrite" paramter should be only used when distribution=openshift.
{{ end }}
1 change: 1 addition & 0 deletions helm-charts/splunk-otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,7 @@ livenessProbe:
isWindows: false

# Openshift SecurityContextConstraints can be overriden in this field.
# NOTE: This config will only be used when distribution=openshift
securityContextConstraintsOverwrite: {}

################################################################################
Expand Down

0 comments on commit 414ed95

Please sign in to comment.