Skip to content

Commit

Permalink
Merge pull request #37 from port-labs/PORT-5104-using-port-url-parameter
Browse files Browse the repository at this point in the history
using port-base-url parameter
  • Loading branch information
amitb777 authored Dec 11, 2023
2 parents 79d7508 + f7d4384 commit 4a8de74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/port-k8s-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: port-k8s-exporter
description: A Helm chart for Port Kubernetes Exporter
type: application
version: 0.2.1
version: 0.2.2
appVersion: "0.1.14"
home: https://getport.io/
sources:
Expand Down
1 change: 1 addition & 0 deletions charts/port-k8s-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
args:
- -config=/config/config.yaml
- -state-key=$(STATE_KEY)
- -port-base-url={{ .Values.portBaseUrl }}
- -delete-dependents={{ .Values.deleteDependents }}
- -create-missing-related-entities={{ .Values.createMissingRelatedEntities }}
{{- if ne (int .Values.verbosity) 0 }}
Expand Down
1 change: 1 addition & 0 deletions charts/port-k8s-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ resyncInterval: 0
stateKey: ""
deleteDependents: false
createMissingRelatedEntities: false
portBaseUrl: https://api.getport.io
verbosity: 0

image:
Expand Down

0 comments on commit 4a8de74

Please sign in to comment.