1kustomize := "bazel run --config=quiet //hack/tools:kustomize --" 2kubectl := "bazel run --config=quiet //hack/tools:kubectl --" 3 4install: 5 {{kustomize}} build local | {{kubectl}} apply -f - 6 7build: 8 {{kustomize}} build local > audio.yaml
View as plain text