Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding setting Priority CalssNames in prometheus-federator chart #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/prometheus-federator/prometheus-federator-0.4.3-rc.1.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ spec:
labels: {{ include "helm-project-operator.labels" . | nindent 8 }}
app: {{ template "helm-project-operator.name" . }}
spec:
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
containers:
- name: {{ template "helm-project-operator.name" . }}
image: "{{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ securityContext: {}
# supplementalGroups:
# - 1000

## Priority class assigned to the Pods
##
priorityClassName: ""


debug: false
debugLevel: 0

Expand Down
4 changes: 4 additions & 0 deletions charts/prometheus-federator/0.4.3-rc.1/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ helmProjectOperator:
securityContext: {}
# allowPrivilegeEscalation: false
# readOnlyRootFilesystem: true

## Priority class assigned to the Pods
##
priorityClassName: ""

debug: false
debugLevel: 0
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ entries:
catalog.cattle.io/release-name: prometheus-federator
apiVersion: v2
appVersion: 0.4.3-rc.1
created: "2024-10-07T13:17:48.590665-04:00"
created: "2024-10-22T08:50:59.66311678Z"
dependencies:
- name: helmProjectOperator
repository: file://./charts/helmProjectOperator
version: 0.3.1
description: Prometheus Federator
digest: 914d6606b938383710b923174e2505231fea144da555aa88119c7e3c88209c01
digest: 1b3e8643286a7857971f9e02a58e546102d285c47a284130acf6001e62c96e11
icon: https://raw.githubusercontent.com/rancher/prometheus-federator/main/assets/logos/prometheus-federator.svg
name: prometheus-federator
urls:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ spec:
labels: {{ include "helm-project-operator.labels" . | nindent 8 }}
app: {{ template "helm-project-operator.name" . }}
spec:
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
containers:
- name: {{ template "helm-project-operator.name" . }}
image: "{{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag }}"
Expand Down
5 changes: 5 additions & 0 deletions packages/helm-project-operator/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ securityContext: {}
# supplementalGroups:
# - 1000

## Priority class assigned to the Pods
##
priorityClassName: ""


debug: false
debugLevel: 0

Expand Down
4 changes: 4 additions & 0 deletions packages/prometheus-federator/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ helmProjectOperator:
securityContext: {}
# allowPrivilegeEscalation: false
# readOnlyRootFilesystem: true

## Priority class assigned to the Pods
##
priorityClassName: ""

debug: false
debugLevel: 0