mirror of https://github.com/helm/helm
Signed-off-by: Valentin Flaux <vflaux@oui.sncf>pull/10174/head
parent
9fafb4ad68
commit
437a08bcd9
@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
name: gizmo
|
||||
description: Deploy a basic Alpine Linux pod
|
||||
version: 0.1.0
|
||||
home: https://helm.sh/helm
|
||||
dependencies:
|
||||
- name: frobule
|
||||
version: 0.1.0
|
||||
alias: frobozz1
|
||||
- name: frobule
|
||||
version: 0.1.0
|
||||
alias: frobozz2
|
@ -0,0 +1,5 @@
|
||||
apiVersion: v1
|
||||
name: frobule
|
||||
description: Deploy a basic Alpine Linux pod
|
||||
version: 0.1.0
|
||||
home: https://helm.sh/helm
|
Loading…
Reference in new issue