Current state

This commit is contained in:
Moritz Graf 2020-04-13 23:29:39 +02:00
parent 93da61895f
commit a54109c92b
5 changed files with 20 additions and 8 deletions

View File

@ -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.

View File

@ -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.