Skip to content

Commit

Permalink
chore: cd
Browse files Browse the repository at this point in the history
  • Loading branch information
guesant committed Nov 18, 2024
1 parent be41896 commit 06f9a85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/deploy-k8s-kustomize/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ runs:
ENV_RUNTIME_SECRET_NAME: "ladesa-ro-sso-secrets"
run: |
kubectl create secret generic ${ENV_RUNTIME_SECRET_NAME} \
--namespace="${{ inputs.namespace }}"" \
--dry-run=client \
-o=yaml \
--from-env-file=<(echo "${ENV_RUNTIME_KEY_VALUE}") \
--namespace=${{ inputs.namespace }} \
;
| kubectl apply -f;
# kubectl kustomize . | envsubst | kubectl apply -f -;
Expand Down

0 comments on commit 06f9a85

Please sign in to comment.