Skip to content

Commit

Permalink
change agentTls to agent.tls (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored May 14, 2024
1 parent af8a1d7 commit a7aaf79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mirrord-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- name: OPERATOR_LICENSE_PATH
value: /license/license.pem
{{- else if .Values.license.key }}
{{- if .Values.agentTls }}
{{- if .Values.agent.tls }}
- name: OPERATOR_AGENT_CONNECTION_TLS
value: "true"
{{- end }}
Expand Down
10 changes: 5 additions & 5 deletions mirrord-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,13 @@ agent:
# registry: "ghcr.io/metalbear-co/mirrord"
# tag: "latest"


# If you want the operator to secure agent connections with TLS, set this value to true.
# This option requires agent version at least 3.97.0.
tls: false
## use this if you want to add settings that aren't covered by the values.yaml
## see possible settings here: https://mirrord.dev/docs/reference/configuration/#root-agent
extraConfig:
extraConfig:
# tolerations:
# - operator: Exists
# privileged: true
Expand Down Expand Up @@ -95,7 +99,3 @@ tls:

# if you run on OpenShift, set this value to true to get a SCC in the yaml.
openshift: false

# If you want the operator to secure agent connections with TLS, set this value to true.
# This option requires agent version at least 3.97.0.
agentTls: false

0 comments on commit a7aaf79

Please sign in to comment.