-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tenshin Higashi <[email protected]>
- Loading branch information
1 parent
10171ad
commit ff4e765
Showing
11 changed files
with
702 additions
and
696 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
dependencies: | ||
- name: ambassador-agent | ||
repository: https://s3.amazonaws.com/datawire-static-files/charts | ||
version: 1.0.15 | ||
digest: sha256:5b3ed48fcf6b0ee0e9638f7261dcd2a264ee72f0a5eede7d123ff2d4b3c7e958 | ||
generated: "2023-09-28T14:30:39.695933-04:00" |
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 |
---|---|---|
|
@@ -16,12 +16,19 @@ keywords: | |
- emissary | ||
- emissary ingress | ||
maintainers: | ||
- name: flydiverny | ||
email: [email protected] | ||
- name: kflynn | ||
email: [email protected] | ||
- name: nbkrause | ||
email: [email protected] | ||
- name: lukeshu | ||
email: [email protected] | ||
- name: Alice Wasko | ||
email: [email protected] | ||
- name: Hamzah Qudsi | ||
email: [email protected] | ||
- name: Lance Austin | ||
email: [email protected] | ||
- name: Rick Lane | ||
email: [email protected] | ||
- name: Tenshin Higashi | ||
email: [email protected] | ||
engine: gotpl | ||
dependencies: | ||
- name: ambassador-agent | ||
version: 1.0.15 | ||
repository: https://s3.amazonaws.com/datawire-static-files/charts | ||
condition: agent.enabled |
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,7 @@ | ||
#!/bin/sh | ||
|
||
set -ex | ||
|
||
helm repo add ambassador-agent https://s3.amazonaws.com/datawire-static-files/charts || helm repo update | ||
|
||
ct "$@" |
284 changes: 0 additions & 284 deletions
284
charts/emissary-ingress/templates/ambassador-agent.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.