File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
deploy/charts/jetstack-agent Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : jetstack-agent
33description : Jetstack Secure Agent
44type : application
5- version : 0.2.0
5+ version : 0.2.1
66appVersion : " v0.1.39"
77home : https://github.com/jetstack/jetstack-secure
88maintainers :
Original file line number Diff line number Diff line change 111. Please make sure you have the credentials secret: "{{ .Values.authentication.secretName }}" available
2+ > kubectl get secret -n {{ .Release.Namespace }} {{ .Values.authentication.secretName }}
23
342. Check the application is running with the following:
45> kubectl get pods -n {{ .Release.Namespace }} -l app.kubernetes.io/instance={{ .Release.Name }}
56
673. Check the application logs for successful connection to the platform:
7- > kubectl logs -n {{ .Release.Namespace }} $(kubectl get pod -n {{ .Release.Namespace }} -l app.kubernetes.io/instance={{ .Release.Name }}-o jsonpath='{.items[0].metadata.name}')
8+ > kubectl logs -n {{ .Release.Namespace }} $(kubectl get pod -n {{ .Release.Namespace }} -l app.kubernetes.io/instance={{ .Release.Name }} -o jsonpath='{.items[0].metadata.name}')
Original file line number Diff line number Diff line change 7777 - name : config
7878 configMap :
7979 name : agent-config
80- options : false
80+ optional : false
8181 - name : credentials
8282 secret :
8383 secretName : {{ default "agent-credentials" .Values.authentication.secretName }}
You can’t perform that action at this time.
0 commit comments