Skip to content

Commit

Permalink
upgrade skaffold manifest and start script
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbostan committed Jul 10, 2021
1 parent 2df2430 commit 81fd3fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: skaffold/v2beta10
apiVersion: skaffold/v2beta18
kind: Config
metadata:
name: tondra
Expand Down
3 changes: 3 additions & 0 deletions initdev → start
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

export PYTHON_VERSION=alpine
export APP_VERSION=$(git describe --tags)
export APP_LCOMMIT=$(git rev-parse HEAD)

skaffold dev --port-forward=true

0 comments on commit 81fd3fb

Please sign in to comment.