* Bump test chart dependencies Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fix bitnami chart support Signed-off-by: Kevin Fox <[email protected]> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Kevin Fox <[email protected]> Co-authored-by: marcofranssen <[email protected]> Co-authored-by: Kevin Fox <[email protected]>
14 lines
287 B
YAML
14 lines
287 B
YAML
fullnameOverride: mysql
|
|
primary:
|
|
containerSecurityContext:
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop: [ALL]
|
|
seccompProfile:
|
|
type: RuntimeDefault
|
|
auth:
|
|
database: spire-server
|
|
username: spire
|
|
password: sp1ff3Test
|
|
rootPassword: sp1ff3TestPassword
|