This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prevents aws errors when not using aws
- Loading branch information
1 parent
1360f9b
commit 62e5d6d
Showing
3 changed files
with
31 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ spec: | |
# There are no ":latest" images for flux. Find the most recent | ||
# release or image version at https://quay.io/weaveworks/flux | ||
# and replace the tag here. | ||
image: quay.io/weaveworks/flux:1.10.1 | ||
image: quay.io/weaveworks/flux | ||
imagePullPolicy: IfNotPresent | ||
resources: | ||
requests: | ||
|
@@ -103,7 +103,7 @@ spec: | |
- --ssh-keygen-dir=/var/fluxd/keygen | ||
|
||
# replace or remove the following URL | ||
- [email protected]:weaveworks/flux-get-started | ||
- [email protected]:dimitropoulos/flux-scratch | ||
- --git-branch=master | ||
|
||
# include these next two to connect to an "upstream" service | ||
|
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