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
2
2
name : jetstack-agent
3
3
description : Jetstack Secure Agent
4
4
type : application
5
- version : 0.2.0
5
+ version : 0.2.1
6
6
appVersion : " v0.1.39"
7
7
home : https://github.com/jetstack/jetstack-secure
8
8
maintainers :
Original file line number Diff line number Diff line change 1
1
1. Please make sure you have the credentials secret: "{{ .Values.authentication.secretName }}" available
2
+ > kubectl get secret -n {{ .Release.Namespace }} {{ .Values.authentication.secretName }}
2
3
3
4
2. Check the application is running with the following:
4
5
> kubectl get pods -n {{ .Release.Namespace }} -l app.kubernetes.io/instance={{ .Release.Name }}
5
6
6
7
3. 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 77
77
- name : config
78
78
configMap :
79
79
name : agent-config
80
- options : false
80
+ optional : false
81
81
- name : credentials
82
82
secret :
83
83
secretName : {{ default "agent-credentials" .Values.authentication.secretName }}
You can’t perform that action at this time.
0 commit comments