Current state
This commit is contained in:
parent
93da61895f
commit
a54109c92b
|
|
@ -0,0 +1,16 @@
|
||||||
|
# apiVersion: v1
|
||||||
|
# kind: Pod
|
||||||
|
# metadata:
|
||||||
|
# creationTimestamp: null
|
||||||
|
# labels:
|
||||||
|
# run: awscli
|
||||||
|
# name: awscli
|
||||||
|
# namespace: longhorn-system
|
||||||
|
# spec:
|
||||||
|
# containers:
|
||||||
|
# - image: iptizer/docker-awscli-latest_master
|
||||||
|
# name: awscli
|
||||||
|
# resources: {}
|
||||||
|
# dnsPolicy: ClusterFirst
|
||||||
|
# restartPolicy: Always
|
||||||
|
# status: {}
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -12,11 +12,7 @@ spec:
|
||||||
git: https://github.com/longhorn/longhorn.git
|
git: https://github.com/longhorn/longhorn.git
|
||||||
path: "chart/"
|
path: "chart/"
|
||||||
ref: "v0.8.0"
|
ref: "v0.8.0"
|
||||||
# values:
|
values:
|
||||||
# replicaCount: 1
|
defaultSettings:
|
||||||
# webhook:
|
backupTarget:
|
||||||
# replicaCount: 1
|
backupTargetCredentialSecret:
|
||||||
# podLabels:
|
|
||||||
# app: cert-manager
|
|
||||||
# prometheus:
|
|
||||||
# enabled: false
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue