something is going on
This commit is contained in:
12
test/test-bundle/bundle.yaml
Normal file
12
test/test-bundle/bundle.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
metadata:
|
||||
name: test-bundle
|
||||
version: 0.0.1
|
||||
maintainer:
|
||||
name: allanger
|
||||
email: allanger@badhouseplants.net
|
||||
website: https://badhouseplants.net
|
||||
|
||||
spec:
|
||||
image:
|
||||
repository: registry.hub.docker.com/vaultwarden/server
|
||||
tag: 1.29.2
|
6
test/test-bundle/bundle/workload.yaml
Normal file
6
test/test-bundle/bundle/workload.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
kind: Deployment
|
||||
replicas: 1
|
||||
containers:
|
||||
- name: controller
|
||||
image: {{ .Image }}
|
||||
imagePullPolicy: Always
|
Reference in New Issue
Block a user