We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0051c4 commit f5c459cCopy full SHA for f5c459c
kubernetes-services/templates/prometheus.yaml
@@ -71,17 +71,18 @@ spec:
71
storageClassName: longhorn
72
accessModes: ["ReadWriteOnce"]
73
size: 1Gi
74
- securityContext:
75
- runAsNonRoot: false
76
- runAsUser: 0
77
- seccompProfile:
78
- type: RuntimeDefault
79
- capabilities:
80
- add:
81
- - CHOWN
82
- - DAC_READ_SEARCH
83
- drop:
84
- - ALL
+ initChownData:
+ securityContext:
+ runAsNonRoot: false
+ runAsUser: 0
+ seccompProfile:
+ type: RuntimeDefault
+ capabilities:
+ add:
+ - CHOWN
+ - DAC_READ_SEARCH
+ drop:
85
+ - ALL
86
- path: ./kubernetes-services/additions/prometheus
87
repoURL: https://github.com/procinger/turing-pi-v2-cluster.git
88
targetRevision: main
0 commit comments