update vault-manager statefulset

Update the statefulset to prompt update strategy.  The config map is
updated in previous commits, for which we want vault-manager to restart.

Test Plan:
PASS - sw-patch upload/apply/install/remove
PASS - manual revert to original tarball (system application-update)

Story: 2010393
Task: 47731

Change-Id: Ib52d019170763d066c730d679067b91ed4d59bb5
Signed-off-by: Michel Thebeau <Michel.Thebeau@windriver.com>
This commit is contained in:
Michel Thebeau 2023-03-28 11:05:10 -04:00 committed by Michel Thebeau
parent 796ad2846a
commit 82d5d9abdc

View File

@ -310,7 +310,7 @@ metadata:
.: {}
f:init.sh: {}
manager: vault-init-unseal
name: vault-init-unseal
name: vault-init-unseal-2
namespace: {{ .Release.Namespace }}
---
{{- if and (eq (.Values.injector.enabled | toString) "true" ) (eq (.Values.global.enabled | toString) "true") }}
@ -361,7 +361,7 @@ spec:
- name: CA_CERT
value: /mnt/data/ca/tls.crt
volumeMounts:
- name: vault-init-unseal
- name: vault-init-unseal-2
mountPath: /opt/script
readOnly: false
- name: manager-pvc
@ -371,9 +371,9 @@ spec:
mountPath: /mnt/data/ca
readOnly: true
volumes:
- name: vault-init-unseal
- name: vault-init-unseal-2
configMap:
name: vault-init-unseal
name: vault-init-unseal-2
- name: vault-ca
secret:
secretName: vault-ca