Skip to content

Commit

Permalink
Merge pull request kubernetes#2482 from jprzychodzen/st-fix
Browse files Browse the repository at this point in the history
[CL2] Follow up to safetext migration
  • Loading branch information
k8s-ci-robot authored Dec 27, 2023
2 parents 1b5bf17 + c27f5df commit fca10e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
{{end}}
nodeSelector:
kubernetes.io/os: linux
{{if not (eq $PROMETHEUS_NODE_SELECTOR "")}} {{$PROMETHEUS_NODE_SELECTOR}}{{end}}
{{StructuralData $PROMETHEUS_NODE_SELECTOR}}
securityContext:
runAsNonRoot: true
runAsUser: 65534
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
baseImage: gcr.io/k8s-testimages/quay.io/prometheus/prometheus
nodeSelector:
kubernetes.io/os: linux
{{if not (eq $PROMETHEUS_NODE_SELECTOR "")}} {{$PROMETHEUS_NODE_SELECTOR}}{{end}}
{{StructuralData $PROMETHEUS_NODE_SELECTOR}}
replicas: 1
resources:
requests:
Expand Down

0 comments on commit fca10e9

Please sign in to comment.