feat: rook manifest
This commit is contained in:
parent
b701c07ae5
commit
334b81a384
1 changed files with 17 additions and 0 deletions
17
argo/utilities/templates/rook.yaml
Normal file
17
argo/utilities/templates/rook.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: rook
|
||||
namespace: argocd
|
||||
labels:
|
||||
utilities: kube-system
|
||||
spec:
|
||||
destination:
|
||||
namespace: rook-ceph
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://charts.rook.io/release
|
||||
targetRevision: HEAD
|
||||
targetRevision: 1.13.2
|
||||
chart: rook-ceph
|
Loading…
Reference in a new issue