Skip to content

Commit

Permalink
Revert "prometheus enableFeatures: ['agent']"
Browse files Browse the repository at this point in the history
This reverts commit 236208f.
  • Loading branch information
Edvin Norling committed Jan 11, 2022
1 parent beff0bd commit 6cedff3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.34
version: 0.1.31

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@ spec:
labels:
aadpodidbinding: prometheus
{{- end }}
containers:
- name: prometheus
args:
- --config.file=/etc/prometheus/config_out/prometheus.env.yaml
- --storage.agent.path=/prometheus
- --enable-feature=agent
- --web.enable-lifecycle
- --web.console.templates=/etc/prometheus/consoles
- --web.console.libraries=/etc/prometheus/console_libraries
- --web.route-prefix=/
- --web.config.file=/etc/prometheus/web_config/web-config.yaml
enableFeatures:
- agent
externalLabels:
cluster_name: {{ .Values.externalLabels.clusterName }}
environment: {{ .Values.externalLabels.environment }}
Expand Down

0 comments on commit 6cedff3

Please sign in to comment.