-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- Create a directory with a porter.yaml and a kubernetes manifest.
- Open the directory in VS Code with the Porter extension enabled.
- Open the kubernetes manifest first. Note that there are no red squiggles. Now close it.
- Open the porter.yaml. Now close it.
- Re-open the kubernetes manifest and note that it is being validated against the Porter extension, red squiggles galore because it is in fact not a porter.yaml.
porter.yaml
name: HELLO
version: 0.1.0
description: "An example Porter configuration"
tag: getporter/porter-hello
mixins:
- exec
install:
- exec:
description: "Install Hello World"
command: ./helpers.sh
arguments:
- install
upgrade:
- exec:
description: "World 2.0"
command: ./helpers.sh
arguments:
- upgrade
uninstall:
- exec:
description: "Uninstall Hello World"
command: ./helpers.sh
arguments:
- uninstallmanifests.yaml
apiVersion: v1
kind: Namespace
metadata:
name: demospaceReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
