mirror of
https://github.com/twuni/docker-registry.helm.git
synced 2026-05-10 19:36:48 +00:00
🚦 Add extraVolumes and extraVolumeMounts to PR diff GitHub action
This commit is contained in:
4
.github/workflows/pr_diff.yaml
vendored
4
.github/workflows/pr_diff.yaml
vendored
@@ -20,6 +20,10 @@ jobs:
|
||||
--set podAnnotations.test=annotation
|
||||
--set extraEnvVars[0].name=TEST_NAME
|
||||
--set extraEnvVars[0].value=TEST_VALUE
|
||||
--set extraVolumes[0].name=test
|
||||
--set extraVolumes[0].emptyDir.medium=Memory
|
||||
--set extraVolumeMounts[0].name=test
|
||||
--set extraVolumeMounts[0].mountPath=/test
|
||||
--set secrets.htpasswd=abc
|
||||
--set tlsSecretName=abc
|
||||
--set garbageCollect.enabled=true
|
||||
|
||||
Reference in New Issue
Block a user