Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Sep 6, 2024
1 parent 2726324 commit 90bf2ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -691,10 +691,10 @@ jobs:
--shared-password password \
--kotsadm-registry ttl.sh \
--kotsadm-namespace automated-${{ github.run_id }} \
--additional-labels testlabel1=testvalue1
--additional-labels test.label/two=test.value/two
--additional-annotations testannotation1=testannotationvalue1
--additional-annotations test.annotation/two=testannotation.value/two
--additional-labels "testlabel1=testvalue1"
--additional-labels "test.label/two=test.value/two"
--additional-annotations "testannotation1=testannotationvalue1"
--additional-annotations "test.annotation/two=testannotation.value/two"
--kotsadm-tag 24h | tee output.txt
if ! grep -q "The Kubernetes RBAC policy that the Admin Console is running with does not have access to complete the Preflight Checks. It's recommended that you run these manually before proceeding." output.txt; then
Expand Down

0 comments on commit 90bf2ec

Please sign in to comment.