inferencing-llm / deploy /charts /litellm-helm /tests /masterkey-secret_tests.yaml
Shyamnath's picture
Push UI dashboard and deployment files
c40c75a
raw
history blame contribute delete
464 Bytes
suite: test masterkey secret
templates:
- secret-masterkey.yaml
tests:
- it: should create a secret if masterkeySecretName is not set
template: secret-masterkey.yaml
set:
masterkeySecretName: ""
asserts:
- isKind:
of: Secret
- it: should not create a secret if masterkeySecretName is set
template: secret-masterkey.yaml
set:
masterkeySecretName: my-secret
asserts:
- hasDocuments:
count: 0