Skip to content

Commit

Permalink
More raw/ related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snickell committed Sep 6, 2023
1 parent f6b24bf commit 128f1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ deploy:
# 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"
"kubectl apply -f k8s/code.org/raw/persistent --context=$SKAFFOLD_KUBE_CONTEXT --namespace=$SKAFFOLD_NAMESPACES"
]
manifests:
rawYaml:
Expand Down

0 comments on commit 128f1ed

Please sign in to comment.