Kubernetes Operator that creates Service Endpoints from Secrets
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix gha

+4
+4
.github/workflows/helm-release.yml
··· 38 38 39 39 - name: Upload Helm chart artifact 40 40 uses: actions/upload-artifact@v4 41 + with: 42 + name: secret-service-operator 43 + path: | 44 + ${{ steps.helm_package.outputs.name }} 41 45 42 46 - name: Release Helm chart 43 47 env: