Skip to content

Commit

Permalink
Merge pull request #182 from datawire/acookin/agent-aes-only
Browse files Browse the repository at this point in the history
agent aes only
  • Loading branch information
kflynn authored Mar 8, 2021
2 parents 99bf04a + ea8b356 commit bbe8480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/aes-agent.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.agent.enabled }}
{{- if and .Values.agent.enabled .Values.enableAES }}
---
apiVersion: v1
kind: ServiceAccount
Expand Down

0 comments on commit bbe8480

Please sign in to comment.