File tree Expand file tree Collapse file tree 2 files changed +0
-42
lines changed
content/en/docs/ops/integrations/spire Expand file tree Collapse file tree 2 files changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -208,27 +208,6 @@ Below are the equivalent manual registrations based off the automatic registrati
208
208
name: workload-socket
209
209
mountPath: "/run/secrets/workload-spiffe-uds"
210
210
readOnly: true
211
- - path: spec.template.spec.initContainers
212
- value:
213
- - name: wait-for-spire-socket
214
- image: busybox:1.36
215
- volumeMounts:
216
- - name: workload-socket
217
- mountPath: /run/secrets/workload-spiffe-uds
218
- readOnly: true
219
- env:
220
- - name: CHECK_FILE
221
- value: /run/secrets/workload-spiffe-uds/socket
222
- command:
223
- - sh
224
- - "-c"
225
- - |-
226
- echo "$(date -Iseconds)" Waiting for: ${CHECK_FILE}
227
- while [[ ! -e ${CHECK_FILE} ]] ; do
228
- echo "$(date -Iseconds)" File does not exist: ${CHECK_FILE}
229
- sleep 15
230
- done
231
- ls -l ${CHECK_FILE}
232
211
EOF
233
212
{{< /text >}}
234
213
Original file line number Diff line number Diff line change @@ -150,27 +150,6 @@ spec:
150
150
name: workload-socket
151
151
mountPath: "/run/secrets/workload-spiffe-uds"
152
152
readOnly: true
153
- - path: spec.template.spec.initContainers
154
- value:
155
- - name: wait-for-spire-socket
156
- image: busybox:1.36
157
- volumeMounts:
158
- - name: workload-socket
159
- mountPath: /run/secrets/workload-spiffe-uds
160
- readOnly: true
161
- env:
162
- - name: CHECK_FILE
163
- value: /run/secrets/workload-spiffe-uds/socket
164
- command:
165
- - sh
166
- - "-c"
167
- - |-
168
- echo "$( date -Iseconds) " Waiting for: ${CHECK_FILE}
169
- while [[ ! -e ${CHECK_FILE} ]] ; do
170
- echo "$( date -Iseconds) " File does not exist: ${CHECK_FILE}
171
- sleep 15
172
- done
173
- ls -l ${CHECK_FILE}
174
153
EOF
175
154
}
176
155
You can’t perform that action at this time.
0 commit comments