You've already forked prometheus-postgres-exporter
							
							fix: rename chart repository
This commit is contained in:
		| @@ -187,7 +187,7 @@ steps: | |||||||
|  |  | ||||||
| - name: release-helm-chart | - name: release-helm-chart | ||||||
|   commands: |   commands: | ||||||
|   - helm repo add prometheus-exporters https://charts.cryptic.systems/prometheus-exporter |   - helm repo add prometheus-exporters https://charts.cryptic.systems/prometheus-exporters | ||||||
|   - helm package --version ${DRONE_TAG} . |   - helm package --version ${DRONE_TAG} . | ||||||
|   - helm cm-push ${DRONE_REPO_NAME}-${DRONE_TAG}.tgz prometheus-exporters |   - helm cm-push ${DRONE_REPO_NAME}-${DRONE_TAG}.tgz prometheus-exporters | ||||||
|   environment: |   environment: | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							| @@ -29,9 +29,9 @@ chart is tested for deployment scenarios with ArgoCD. | |||||||
| > time is not possible. | > time is not possible. | ||||||
|  |  | ||||||
| ```bash | ```bash | ||||||
| helm repo add prometheus-exporter https://charts.cryptic.systems/prometheus-exporter | helm repo add prometheus-exporters https://charts.cryptic.systems/prometheus-exporters | ||||||
| helm repo update | helm repo update | ||||||
| helm install prometheus-exporter/prometheus-postgres-exporter prometheus-postgres-exporter \ | helm install prometheus-exporters/prometheus-postgres-exporter prometheus-postgres-exporter \ | ||||||
|   --set 'config.database.secret.databaseUsername=postgres' \ |   --set 'config.database.secret.databaseUsername=postgres' \ | ||||||
|   --set 'config.database.secret.databasePassword=postgres' \ |   --set 'config.database.secret.databasePassword=postgres' \ | ||||||
|   --set 'config.database.secret.databaseConnectionUrl="postgres.example.local:5432/postgres?ssl=disable"' \ |   --set 'config.database.secret.databaseConnectionUrl="postgres.example.local:5432/postgres?ssl=disable"' \ | ||||||
| @@ -45,7 +45,7 @@ version of the chart must be in sync with the `values.yaml`. Newer *minor* versi | |||||||
| versions can break something! | versions can break something! | ||||||
|  |  | ||||||
| ```bash | ```bash | ||||||
| helm show values prometheus-exporter/prometheus-postgres-exporter --version 0.1.0 > values.yaml | helm show values prometheus-exporters/prometheus-postgres-exporter --version 0.1.0 > values.yaml | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| A complete list of available helm chart versions can be displayed via the following command: | A complete list of available helm chart versions can be displayed via the following command: | ||||||
| @@ -71,7 +71,7 @@ certification will be skipped by Prometheus. | |||||||
| > already present. | > already present. | ||||||
|  |  | ||||||
| ```bash | ```bash | ||||||
| helm install prometheus-exporter/prometheus-postgres-exporter prometheus-postgres-exporter \ | helm install prometheus-exporters/prometheus-postgres-exporter prometheus-postgres-exporter \ | ||||||
|   --set 'config.database.secret.databaseUsername=postgres' \ |   --set 'config.database.secret.databaseUsername=postgres' \ | ||||||
|   --set 'config.database.secret.databasePassword=postgres' \ |   --set 'config.database.secret.databasePassword=postgres' \ | ||||||
|   --set 'config.database.secret.databaseConnectionUrl="postgres.example.local:5432/postgres?ssl=disable"' \ |   --set 'config.database.secret.databaseConnectionUrl="postgres.example.local:5432/postgres?ssl=disable"' \ | ||||||
| @@ -94,7 +94,7 @@ certificate for the metrics exporter - TLS certificate verification can be enabl | |||||||
| replaced: | replaced: | ||||||
|  |  | ||||||
| ```diff | ```diff | ||||||
|   helm install prometheus-exporter/prometheus-postgres-exporter prometheus-postgres-exporter \ |   helm install prometheus-exporters/prometheus-postgres-exporter prometheus-postgres-exporter \ | ||||||
|     --set 'config.database.secret.databaseUsername=postgres' \ |     --set 'config.database.secret.databaseUsername=postgres' \ | ||||||
|     --set 'config.database.secret.databasePassword=postgres' \ |     --set 'config.database.secret.databasePassword=postgres' \ | ||||||
|     --set 'config.database.secret.databaseConnectionUrl="postgres.example.local:5432/postgres?ssl=disable"' \ |     --set 'config.database.secret.databaseConnectionUrl="postgres.example.local:5432/postgres?ssl=disable"' \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user