Skip to content

Commit

Permalink
create .kube folder
Browse files Browse the repository at this point in the history
  • Loading branch information
libracoder committed Oct 18, 2024
1 parent 0390c16 commit 87f16c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ jobs:
name: Terraform
working-directory: ./scripts/crossplane
run: |
terraform apply -auto-approve -no-color \
terraform apply -auto-approve -no-color \
-var-file=${{ inputs.environment }}.tfvars \
-var="commit_hash=${{ github.sha }}" \
-var="service_name=${{ inputs.service_name }}"
env:
TF_WORKSPACE: ${{ inputs.environment }}
KUBECONFIG: ${{ secrets.STAGING_KUBECONFIG }}
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.STAGING_ONEPASSWORD_SERVICEACCOUNT_TOKEN }}

0 comments on commit 87f16c0

Please sign in to comment.