something is going on

This commit is contained in:
Nikolai Rodionov
2023-11-05 13:03:35 +01:00
parent 7b327b38e7
commit d469a758f5
17 changed files with 249 additions and 35 deletions

View 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

View File

@ -0,0 +1,6 @@
kind: Deployment
replicas: 1
containers:
- name: controller
image: {{ .Image }}
imagePullPolicy: Always