mirror of
https://github.com/stakater/Reloader.git
synced 2026-03-05 19:00:28 +00:00
Remove optional manifests which are outdated
This commit is contained in:
@@ -38,8 +38,8 @@ rules:
|
||||
resources:
|
||||
- namespaces
|
||||
verbs:
|
||||
- get
|
||||
{{- end }}
|
||||
- get
|
||||
{{- end }}
|
||||
{{- if and (.Capabilities.APIVersions.Has "apps.openshift.io/v1") (.Values.reloader.isOpenshift) }}
|
||||
- apiGroups:
|
||||
- "apps.openshift.io"
|
||||
|
||||
@@ -4,7 +4,5 @@ kind: Kustomization
|
||||
resources:
|
||||
- manifests/clusterrole.yaml
|
||||
- manifests/clusterrolebinding.yaml
|
||||
- manifests/role.yaml
|
||||
- manifests/rolebinding.yaml
|
||||
- manifests/serviceaccount.yaml
|
||||
- manifests/deployment.yaml
|
||||
- manifests/deployment.yaml
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
# Source: reloader/templates/podmonitor.yaml
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
# Source: reloader/templates/role.yaml
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
# Source: reloader/templates/rolebinding.yaml
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
# Source: reloader/templates/service.yaml
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
# Source: reloader/templates/servicemonitor.yaml
|
||||
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
reloader:
|
||||
# To create podDisruptionBudget
|
||||
podDisruptionBudget:
|
||||
enabled: true
|
||||
# To create podMonitor
|
||||
podMonitor:
|
||||
enabled: true
|
||||
# To create role and rolebinding
|
||||
watchGlobally: false
|
||||
rbac:
|
||||
enabled: true
|
||||
# To create secret
|
||||
deployment:
|
||||
env:
|
||||
secret:
|
||||
ALERT_ON_RELOAD: alert-on-reload-value
|
||||
ALERT_SINK: alert-sink-value
|
||||
ALERT_WEBHOOK_URL: alert-webhook-url-value
|
||||
ALERT_ADDITIONAL_INFO: alert-additional-info-value
|
||||
# To create service
|
||||
service:
|
||||
port: 8080
|
||||
# To create servicemonitor
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user