1
0
Fork 0

ci: cleanup commented out step for creating imagePullSecret

This commit is contained in:
Vojtěch Mareš 2023-07-03 19:49:22 +02:00
parent 98e8250eaa
commit e334c06e62
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -82,16 +82,6 @@ jobs:
with:
version: "${{ env.HELM_VERSION }}"
# - name: set imagepullsecret
# uses: azure/k8s-create-secret@v4
# with:
# namespace: ${{ env.NAMESPACE }}}
# secret-name: ghcr-io-pull-secret
# container-registry-url: ${{ env.DOCKER_REGISTRY }}
# container-registry-username: ${{ secrets.REGISTRY_USERNAME }}
# container-registry-password: ${{ secrets.REGISTRY_PASSWORD }}
# id: create-secret
- name: deploy dry run
run: |
helm upgrade \