-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include override configuration for Prefect Agent (#813)
* prefect override config * prefect override config * format files * update overrides option for Prefect helm chart * Add agent auth credentials override option * Add agent auth credentials override option * Add prefect overrides specification doc * allow arbitrary environment variables to be set on the prefect agent * Add prefect overrides extraVar option * Remove duplicate loop * Update extraEnvVars and update docs * don't require base64encoding fix * Fix missing envVars and add secretEnvVars field * Add overrides ability to create secrets * rm commented code * Update docs * Update docs * Update docs Co-authored-by: Adam-D-Lewis <> Co-authored-by: leej3 <johnleenimh@gmail.com>
- Loading branch information
1 parent
bc80e7c
commit c10358a
Showing
10 changed files
with
115 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...iecutter.repo_directory }}/infrastructure/modules/kubernetes/services/prefect/values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
envVars: {} | ||
|
||
secretEnvVars: {} | ||
|
||
prefect_agent: | ||
job: | ||
imagePullSecrets: '' | ||
imagePullPolicy: '' | ||
resources: | ||
requests: | ||
memory: '' | ||
cpu: '' | ||
limits: | ||
memory: '' | ||
cpu: '' | ||
prefectLabels: '[]' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters