Skip to content

Commit

Permalink
Addressing feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Tenshin Higashi <[email protected]>
  • Loading branch information
tenshinhigashi committed Oct 31, 2023
1 parent e89ced0 commit 5380ef5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/emissary-ingress/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ dependencies:
- name: ambassador-agent
repository: https://s3.amazonaws.com/datawire-static-files/charts
version: 1.0.16
digest: sha256:8dc1df2b1095dba61a39d2c9a1c0f908b396dec7d6e4589164b8ff6336afa65d
generated: "2023-10-23T14:45:54.877233-04:00"
digest: sha256:7b123f62267cfea698be6025f4a29518df8396f189701e4b9cc836ca254173ff
generated: "2023-10-31T15:03:28.875453-04:00"
2 changes: 1 addition & 1 deletion charts/emissary-ingress/Chart.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ dependencies:
- name: ambassador-agent
version: 1.0.16
repository: https://s3.amazonaws.com/datawire-static-files/charts
condition: ambassador-agent.enabled
condition: agent.enabled
alias: agent
9 changes: 3 additions & 6 deletions charts/emissary-ingress/values.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -405,14 +405,11 @@ prometheusExporter: # +doc-gen:break
# securityContext:
# runAsUser: 8888


ambassador-agent:
# If `true`, installs the ambassador-agent Deployment enabling the Ambassador Cloud connectivity.
enabled: true

# ambassador-agent Values.
# all values under agent key are passed to [the ambassador-agent chart](https://github.com/datawire/ambassador-agent/tree/master/helm/ambassador-agent)
agent: {}
agent:
# If `true`, installs the ambassador-agent Deployment enabling the Ambassador Cloud connectivity.
enabled: true

deploymentTool: ''

Expand Down
2 changes: 1 addition & 1 deletion k8s-config/emissary-defaultns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ waitForApiext:
enabled: true
createRoles: true

ambassador-agent:
agent:
enabled: true

2 changes: 1 addition & 1 deletion k8s-config/emissary-emissaryns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ waitForApiext:
enabled: true
createRoles: true

ambassador-agent:
agent:
enabled: true
2 changes: 1 addition & 1 deletion k8s-config/kat-ambassador/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ volumeMounts:
resources: null

module: null
ambassador-agent:
agent:
enabled: false

waitForApiext:
Expand Down
2 changes: 1 addition & 1 deletion k8s-config/kat-rbac-multinamespace/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ serviceAccount:
extra: "«serviceAccountExtra»♯: null"

module: null
ambassador-agent:
agent:
enabled: false

waitForApiext:
Expand Down
2 changes: 1 addition & 1 deletion k8s-config/kat-rbac-singlenamespace/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scope:
singleNamespace: true

module: null
ambassador-agent:
agent:
enabled: false

waitForApiext:
Expand Down

0 comments on commit 5380ef5

Please sign in to comment.