Skip to content

Commit

Permalink
bump version create secret to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr committed May 2, 2023
1 parent 1beb9ce commit 18cabed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/change-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
k8s-secret: ${( secrets.SA_SECRET }}

- name: Create secret for Kubernetes
uses: azure/k8s-create-secret@v2
uses: azure/k8s-create-secret@v4
with:
namespace: ${{ inputs.namespace }}
secret-type: 'generic'
secret-name: ${{ inputs.secret_name }}
data: |
string-data: |
{
"OS_PASSWORD": "${{ secrets.OS_PASSWORD }}",
"OS_PROJECT_NAME": "${{ secrets.OS_PROJECT_NAME }}",
Expand Down

0 comments on commit 18cabed

Please sign in to comment.