Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-05-26 12:28:24 +02:00
parent 7009d01835
commit a4167dc3f4
12 changed files with 53 additions and 37 deletions

View File

@@ -13,7 +13,7 @@ import (
// GCR credentials
username: "oauth2accesstoken"
secret: {
string @dagger(output)
string
#up: [
op.#Load & {
@@ -40,5 +40,5 @@ import (
source: "/token.txt"
},
]
}
} @dagger(output)
}

View File

@@ -19,7 +19,7 @@ import (
// kubeconfig is the generated kube configuration file
kubeconfig: {
// FIXME There is a problem with dagger.#Secret type
string @dagger(output)
string
#up: [
op.#Load & {
@@ -54,7 +54,7 @@ import (
format: "string"
},
]
}
} @dagger(output)
}
#Code: #"""