Skip to content

Commit

Permalink
fix issue openyurtio#101 for helm error
Browse files Browse the repository at this point in the history
  • Loading branch information
卷石 committed Apr 3, 2023
1 parent e5ad17d commit b2160ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/raven-agent/templates/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
data:
vpn-driver: {{ .Values.vpn.driver }}
forward-node-ip: {{ .Values.vpn.forwardNodeIP }}
forward-node-ip: {{ .Values.vpn.forwardNodeIP | quote }}
kind: ConfigMap
metadata:
name: raven-agent-config
Expand Down

0 comments on commit b2160ab

Please sign in to comment.