Skip to content

Commit

Permalink
Format before hook
Browse files Browse the repository at this point in the history
  • Loading branch information
snickell committed Sep 1, 2023
1 parent a73766c commit 6675b50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ deploy:
- host:
# we create the storage objects in k8s/code.org/persistent-storage using
# a pre-deploy hook, so they aren't destroyed when `skaffold dev` quits
command: ["sh", "-c", "kubectl apply -f k8s/code.org/persistent --context=$SKAFFOLD_KUBE_CONTEXT --namespace=$SKAFFOLD_NAMESPACES"]
command: [
"sh", "-c",
"kubectl apply -f k8s/code.org/persistent --context=$SKAFFOLD_KUBE_CONTEXT --namespace=$SKAFFOLD_NAMESPACES"
]
manifests:
rawYaml:
- ./k8s/code.org/*.yaml
Expand Down

0 comments on commit 6675b50

Please sign in to comment.