mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add podstart lifecycle hook
This commit is contained in:
@@ -72,6 +72,14 @@ spec:
|
|||||||
##
|
##
|
||||||
annotations: {}
|
annotations: {}
|
||||||
allowEmptyPassword: true
|
allowEmptyPassword: true
|
||||||
|
lifecycleHooks:
|
||||||
|
lifecycle:
|
||||||
|
postStart:
|
||||||
|
exec:
|
||||||
|
command:
|
||||||
|
- /bin/bash
|
||||||
|
- -c
|
||||||
|
- "sleep 30 && touch /opt/bitnami/apache/conf/httpd.conf"
|
||||||
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
|
|||||||
Reference in New Issue
Block a user