++recreate strategy on chartmuseum
This commit is contained in:
parent
323b34fefa
commit
eb0bad9411
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@ kind: Deployment
|
|||
metadata:
|
||||
name: {{ .Release.Name }}-chartmuseum
|
||||
spec:
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app: {{ .Release.Name }}-chartmuseum
|
||||
|
@ -15,7 +17,7 @@ spec:
|
|||
use-as-service: {{ .Release.Name }}
|
||||
spec:
|
||||
# Wait before trying to start any container
|
||||
initcontainers:
|
||||
initContainers:
|
||||
- name: wait-for-cert
|
||||
image: busybox
|
||||
command:
|
||||
|
|
Loading…
Reference in a new issue