Skip to content

Commit

Permalink
justfile: supply platform when generating deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Jul 23, 2024
1 parent fb0ccc7 commit 26fee9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ populate target=default_deploy_target:
echo "{{ target }}${namespace_suffix-}" > ./{{ workspace_dir }}/just.namespace
# Generate policies, update manifest.
generate cli=default_cli:
generate cli=default_cli platform=default_platform:
#!/usr/bin/env bash
nix run .#{{ cli }} -- generate \
--workspace-dir ./{{ workspace_dir }} \
--image-replacements ./{{ workspace_dir }}/just.containerlookup \
--reference-values aks-clh-snp \
--reference-values {{ platform }}\
./{{ workspace_dir }}/deployment/*.yml
# Apply Kubernetes manifests from /deployment
Expand Down

0 comments on commit 26fee9b

Please sign in to comment.