You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I wasn't able to complete bats test with make test-bats
To Reproduce
Steps to reproduce the behavior:
Clone repo
Run make test
ok 458 server/standalone-StatefulSet: serviceAccount.name is set
not ok 459 server/standalone-StatefulSet: serviceAccount.name is not set
# (in test file /helm-test/test/unit/server-statefulset.bats, line 1643)
# `[ "${actual}" = "RELEASE-NAME-vault" ]' failed
# release-name-vault
# /templates/server-statefulset.yaml
# # StatefulSet to run the actual vault server cluster.
# apiVersion: apps/v1
# kind: StatefulSet
# metadata:
# name: release-name-vault
Expected behavior
Successfully completed tests
Environment
Kubernetes version: N/A
Distribution or cloud vendor (OpenShift, EKS, GKE, AKS, etc.): N/A
Other configuration options or runtime services (istio, etc.): N/A
vault-helm version: main
Chart values: N/A
Additional context
Clean environment
The text was updated successfully, but these errors were encountered:
Describe the bug
I wasn't able to complete bats test with
make test-bats
To Reproduce
Steps to reproduce the behavior:
make test
Expected behavior
Successfully completed tests
Environment
main
Chart values: N/A
Additional context
Clean environment
The text was updated successfully, but these errors were encountered: