-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nodepool-providers-secrets - refactor to allow deploy when no Secret …
…defined This change serves two purposes: - Ensure nodepool services can deploy w/o the nodepool-providers-secrets installed - Refactor to avoid multiples get on the nodepool-providers-secrets Change-Id: I8b0faf53e6269c17edaf1b9cd5caf553baf619c2
- Loading branch information
Showing
4 changed files
with
50 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
- name: Setup nodepool namespace | ||
command: "tools/sfconfig create-namespace-for-nodepool" | ||
args: | ||
chdir: "{{ zuul.project.src_dir }}" |