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
@ -15,11 +15,12 @@ TestChartSource: dagger.#Artifact @dagger(input)
|
|||||||
TestHelmSimpleChart: {
|
TestHelmSimpleChart: {
|
||||||
suffix: random.#String & {
|
suffix: random.#String & {
|
||||||
seed: "simple"
|
seed: "simple"
|
||||||
|
length: 5
|
||||||
}
|
}
|
||||||
|
|
||||||
// Deploy chart
|
// Deploy chart
|
||||||
deploy: #Chart & {
|
deploy: #Chart & {
|
||||||
name: "dagger-test-inline-chart-\(suffix.out)"
|
name: "dagger-test-inline-\(suffix.out)"
|
||||||
namespace: "dagger-test"
|
namespace: "dagger-test"
|
||||||
kubeconfig: TestKubeconfig
|
kubeconfig: TestKubeconfig
|
||||||
chartSource: TestChartSource
|
chartSource: TestChartSource
|
||||||
@ -36,6 +37,7 @@ TestHelmSimpleChart: {
|
|||||||
TestHelmRepoChart: {
|
TestHelmRepoChart: {
|
||||||
suffix: random.#String & {
|
suffix: random.#String & {
|
||||||
seed: "repo"
|
seed: "repo"
|
||||||
|
length: 5
|
||||||
}
|
}
|
||||||
|
|
||||||
// Deploy remote chart
|
// Deploy remote chart
|
||||||
|
Reference in New Issue
Block a user