fix(secret): adapt of the web config secret
This commit is contained in:
parent
503c622df5
commit
dcc7bae921
@ -11,7 +11,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
name: {{ include "prometheus-postgres-exporter.fullname" . }}-webconfig
|
name: {{ include "prometheus-postgres-exporter.fullname" . }}-web-config
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
stringData:
|
stringData:
|
||||||
webConfig.yaml: |
|
webConfig.yaml: |
|
||||||
|
@ -15,7 +15,7 @@ tests:
|
|||||||
- containsDocument:
|
- containsDocument:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
name: prometheus-postgres-exporter-unittest-webconfig
|
name: prometheus-postgres-exporter-unittest-web-config
|
||||||
namespace: testing
|
namespace: testing
|
||||||
- notExists:
|
- notExists:
|
||||||
path: metadata.annotations
|
path: metadata.annotations
|
||||||
|
Loading…
Reference in New Issue
Block a user