Skip to content

Commit

Permalink
rm secret apply
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dact3d committed May 8, 2024
1 parent 7be10a8 commit 92e6487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
--from-literal=s3-access-key-id=${{secrets.AWS_ACCESS_KEY_ID}} \
--from-literal=s3-secret-access-key=${{secrets.AWS_SECRET_ACCESS_KEY}} \
--from-literal=s3-bucket-name=${{secrets.OCP_CLUSTER_NAME}}-aap-ha-db-bucket \
--from-literal=s3-region=${{secrets.AWS_REGION}} | oc apply -f
--from-literal=s3-region=${{secrets.AWS_REGION}}
sleep 300
oc project openshift-gitops
oc adm policy add-cluster-role-to-user cluster-admin -z openshift-gitops-argocd-application-controller
Expand Down

0 comments on commit 92e6487

Please sign in to comment.