Skip to content

Commit 5c3df05

Browse files
authored
Merge pull request #2032 from peschmae/fix/helm-priorityClass-default
2 parents 2137286 + 804a840 commit 5c3df05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/logging-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Use `createCustomResource=false` with Helm v3 to avoid trying to create CRDs fro
6464
| monitoring.serviceMonitor.relabelings | list | `[]` | |
6565
| podSecurityContext | object | `{}` | Pod SecurityContext for Logging operator. [More info](https://kubernetes.io/docs/concepts/policy/security-context/) # SecurityContext holds pod-level security attributes and common container settings. # This defaults to non root user with uid 1000 and gid 2000. *v1.PodSecurityContext false # ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ |
6666
| securityContext | object | `{}` | Container SecurityContext for Logging operator. [More info](https://kubernetes.io/docs/concepts/policy/security-context/) |
67-
| priorityClassName | object | `{}` | Operator priorityClassName. |
67+
| priorityClassName | string | `nil` | Operator priorityClassName. |
6868
| serviceAccount.annotations | object | `{}` | Define annotations for logging-operator ServiceAccount. |
6969
| resources | object | `{}` | CPU/Memory resource requests/limits |
7070
| nodeSelector | object | `{}` | |

charts/logging-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ securityContext: {}
105105
# drop: ["ALL"]
106106

107107
# -- Operator priorityClassName.
108-
priorityClassName: {}
108+
priorityClassName: ~
109109

110110
serviceAccount:
111111
# -- Define annotations for logging-operator ServiceAccount.

0 commit comments

Comments
 (0)