Skip to content

Commit

Permalink
Validate kots pull build and apply chart base
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Dec 9, 2021
1 parent 58e26ef commit 79475b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ jobs:
kubectl -n default create secret generic multi-namespace-yeti-registry --type=kubernetes.io/dockerconfigjson --from-file=.dockerconfigjson=./replicated-registry-auth.json
kustomize build $PWD/$APP_SLUG/overlays/midstream | kubectl apply -f -
kustomize build $PWD/$APP_SLUG/overlays/midstream/charts/redis | kubectl apply -f -
EXIT_CODE=$?
if [ $EXIT_CODE -ne 0 ]; then
Expand Down

0 comments on commit 79475b9

Please sign in to comment.