Reduce the number of character from helm chart to avoid
bugs Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
parent
0b0d17efb3
commit
34382fd497
@ -14,12 +14,13 @@ TestChartSource: dagger.#Artifact @dagger(input)
|
||||
// Deploy user local chart
|
||||
TestHelmSimpleChart: {
|
||||
suffix: random.#String & {
|
||||
seed: "simple"
|
||||
seed: "simple"
|
||||
length: 5
|
||||
}
|
||||
|
||||
// Deploy chart
|
||||
deploy: #Chart & {
|
||||
name: "dagger-test-inline-chart-\(suffix.out)"
|
||||
name: "dagger-test-inline-\(suffix.out)"
|
||||
namespace: "dagger-test"
|
||||
kubeconfig: TestKubeconfig
|
||||
chartSource: TestChartSource
|
||||
@ -35,7 +36,8 @@ TestHelmSimpleChart: {
|
||||
// Deploy remote chart
|
||||
TestHelmRepoChart: {
|
||||
suffix: random.#String & {
|
||||
seed: "repo"
|
||||
seed: "repo"
|
||||
length: 5
|
||||
}
|
||||
|
||||
// Deploy remote chart
|
||||
|
Reference in New Issue
Block a user