Skip to content

Commit

Permalink
Merge pull request #26 from defenseunicorns/zarf-var-fix
Browse files Browse the repository at this point in the history
fix: zarf var changes to line up with values file
  • Loading branch information
bburky committed Jun 12, 2023
2 parents 04ab062 + 2f46db3 commit e1c78d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ variables:
prompt: true
- name: GITHUB_RUNNER_STORAGE_CLASS
prompt: true
- name: GITHUB_MAX_RUNNERS
- name: GITHUB_RUNNER_MAX
prompt: true
default: "5"
- name: GITHUB_MIN_RUNNERS
- name: GITHUB_RUNNER_MIN
prompt: true
default: "0"
- name: GITHUB_RUNNER_STORAGE_SIZE
Expand Down

0 comments on commit e1c78d7

Please sign in to comment.