Compare commits
3 commits
b4711a02ec
...
e70abd0924
Author | SHA1 | Date | |
---|---|---|---|
e70abd0924 | |||
8070ee5cab | |||
34266c8e8d |
3 changed files with 3 additions and 3 deletions
|
@ -12,4 +12,4 @@ spec:
|
|||
requests:
|
||||
storage: 20Gi
|
||||
|
||||
storageClassName: local-hostpath
|
||||
storageClassName: ceph-block
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- github.com/fluxcd/flux2/manifests/install?ref=v2.1.2
|
||||
- github.com/fluxcd/flux2/manifests/install?ref=v2.2.1
|
||||
patches:
|
||||
- patch: |-
|
||||
$patch: delete
|
||||
|
|
|
@ -9,7 +9,7 @@ spec:
|
|||
interval: 10m
|
||||
url: oci://ghcr.io/fluxcd/flux-manifests
|
||||
ref:
|
||||
tag: v2.1.2@sha256:5502bbd944688e3a6e1804521be7bcfcb66cf72d130196fe2736e00c6016525f
|
||||
tag: v2.2.1
|
||||
---
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
|
|
Reference in a new issue