2
0
mirror of https://github.com/nofusscomputing/kubernetes.git synced 2025-08-02 04:22:42 +00:00

chore: correct the remaining linting errors

ref: #5
This commit is contained in:
2025-06-13 19:24:31 +09:30
parent 50ec5e1fe8
commit f312563394
26 changed files with 52 additions and 21 deletions

View File

@ -48,6 +48,7 @@ replacements:
patches:
# yamllint disable rule:indentation
- patch: |-
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
@ -90,3 +91,4 @@ patches:
annotations:
argocd.argoproj.io/sync-options: ServerSideApply=true
name: alertmanagers.monitoring.coreos.com
# yamllint enable rule:indentation

View File

@ -7,9 +7,9 @@ kind: Kustomization
namespace: operators
images:
#
# Note; if you update the image, update the image within the patch
#
#
# Note; if you update the image, update the image within the patch
#
- name: quay.io/prometheus-operator/prometheus-operator
newTag: v0.79.2
@ -21,7 +21,9 @@ patches:
- target:
kind: Deployment
name: prometheus-operator
# yamllint disable rule:indentation
patch: |-
- op: replace
path: /spec/template/spec/containers/0/args/1
value: --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.79.2
# yamllint enable rule:indentation