diff --git a/charts/prometheus-artifactory-exporter/templates/deployment.yaml b/charts/prometheus-artifactory-exporter/templates/deployment.yaml index acf5e98..b5cc416 100644 --- a/charts/prometheus-artifactory-exporter/templates/deployment.yaml +++ b/charts/prometheus-artifactory-exporter/templates/deployment.yaml @@ -76,6 +76,8 @@ spec: value: {{ .Values.options.verifySSL | quote }} - name: ARTI_TIMEOUT value: {{ .Values.options.timeout| quote }} + - name: ACCESS_FEDERATION_TARGET + value: {{ .Values.options.accessFederationTarget | quote }} envFrom: - secretRef: name: {{ template "prometheus-artifactory-exporter.secret" . }} diff --git a/charts/prometheus-artifactory-exporter/values.yaml b/charts/prometheus-artifactory-exporter/values.yaml index 0698c7b..011f4ca 100644 --- a/charts/prometheus-artifactory-exporter/values.yaml +++ b/charts/prometheus-artifactory-exporter/values.yaml @@ -51,6 +51,8 @@ options: # - replication_status # adds the `status` label to `artifactory_replication_enabled` metric # - federation_status # enables `artifactory_federation_*` metrics # - open_metrics # exposes pen Metrics from the JFrog Platform + # - access_federation_validate # enables JFrog Access Federation validation status metric + accessFederationTarget: "" service: type: ClusterIP