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