File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: api-syncagent
33description : A Kubernetes agent to synchronize APIs and their objects between Kubernetes clusters and kcp.
44
55# version information
6- version : 0.4.3
6+ version : 0.4.4
77appVersion : " v0.4.2"
88
99# optional metadata
Original file line number Diff line number Diff line change 2828 imagePullSecrets :
2929 {{- include "imagePullSecrets" . | trim | nindent 8 }}
3030 {{- end }}
31+ {{- if .Values.hostAliases.enabled }}
32+ hostAliases :
33+ {{- toYaml .Values.hostAliases.values | nindent 8 }}
34+ {{- end }}
3135 containers :
3236 - name : agent
3337 args :
7579 capabilities :
7680 drop :
7781 - ALL
78- {{- if .Values.hostAliases.enabled }}
79- hostAliases :
80- {{- toYaml .Values.hostAliases.values | nindent 12 }}
81- {{- end }}
8282 volumeMounts :
8383 - name : kcp-kubeconfig
8484 mountPath : /etc/api-syncagent/kcp
You can’t perform that action at this time.
0 commit comments