Skip to content

Commit

Permalink
Merge pull request #1257 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1230-to-release-4.15

[release-4.15] OCPBUGS-32952: remove etcd-health-probe log
  • Loading branch information
openshift-merge-bot[bot] committed Apr 29, 2024
2 parents e0ed2d7 + a360fe4 commit 5d90013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindata/etcd/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- |
#!/bin/sh
echo -n "Fixing etcd log permissions."
chmod 0700 /var/log/etcd && touch /var/log/etcd/etcd-health-probe.log && chmod 0600 /var/log/etcd/*
mkdir -p /var/log/etcd && chmod 0700 /var/log/etcd
securityContext:
privileged: true
resources:
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/etcd_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d90013

Please sign in to comment.