Skip to content

Commit

Permalink
Merge branch 'develop' into freebus
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-splunk authored Sep 25, 2023
2 parents 3fa5473 + 409ccae commit d244fab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm-chart/splunk-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ spec:
{{- end }}
labels:
{{- include "splunk-operator.selectorLabels" . | nindent 8 }}
{{- if .Values.splunkOperator.podLabels }}
{{ toYaml .Values.splunkOperator.podLabels | indent 8 }}
{{- end }}
spec:
{{- with .Values.splunkOperator.imagePullSecrets }}
imagePullSecrets:
Expand Down
3 changes: 3 additions & 0 deletions helm-chart/splunk-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ splunkOperator:
# Add pod annotations to Splunk Operator deployment pod
podAnnotations: {}

# Add pod labels to Splunk Operator deployment pod
podLabels: {}

# Set security context for manager container, default ensures that no child process of manager can gain more privileges than manager
# reference: https://kubernetes.io/docs/concepts/security/pod-security-policy/#privilege-escalation
containerSecurityContext:
Expand Down

0 comments on commit d244fab

Please sign in to comment.