mirror of
https://github.com/helm/chartmuseum.git
synced 2026-02-05 15:45:50 +01:00
the museum is now open
This commit is contained in:
2
testdata/charts/mychart/Chart.yaml
vendored
Normal file
2
testdata/charts/mychart/Chart.yaml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
name: mychart
|
||||
version: 0.1.0
|
||||
9
testdata/charts/mychart/templates/pod.yaml
vendored
Normal file
9
testdata/charts/mychart/templates/pod.yaml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: '{{- printf "%s-%s" .Release.Name .Chart.Name | trunc 63 | trimSuffix "-" -}}'
|
||||
spec:
|
||||
containers:
|
||||
- image: busybox
|
||||
name: '{{ .Chart.Name }}'
|
||||
command: ['/bin/sh', '-c', 'while true; do echo {{ .Release.Name }}; sleep 5; done']
|
||||
2
testdata/pgp/NOTE.txt
vendored
Normal file
2
testdata/pgp/NOTE.txt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
These files were copied directly from github.com/kubernetes/helm repo
|
||||
in the pkg/provenance/testdata directory
|
||||
BIN
testdata/pgp/helm-test-key.pub
vendored
Normal file
BIN
testdata/pgp/helm-test-key.pub
vendored
Normal file
Binary file not shown.
BIN
testdata/pgp/helm-test-key.secret
vendored
Normal file
BIN
testdata/pgp/helm-test-key.secret
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user