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