stdlib: kubernetes: misc fixes
- `source` is now optional - `sourceInline` renamed to `manifest` - `kubeconfig` is a `string` rather than a `dagger.#Secret` Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
@@ -34,9 +34,9 @@ TestKubeApply: {
|
||||
|
||||
// Apply deployment
|
||||
apply: kubernetes.#Apply & {
|
||||
kubeconfig: config.contents
|
||||
namespace: "dagger-test"
|
||||
sourceInline: yaml.Marshal(kubeSrc)
|
||||
kubeconfig: config.contents
|
||||
namespace: "dagger-test"
|
||||
manifest: yaml.Marshal(kubeSrc)
|
||||
}
|
||||
|
||||
// Verify deployment
|
||||
|
Reference in New Issue
Block a user