bitwarden-crd-operator/example.yaml
Tobias Trabelsi d316c8567e
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
working jinja template type
2022-11-26 21:33:31 +01:00

18 lines
412 B
YAML

---
apiVersion: "lerentis.uploadfilter24.eu/v1beta4"
kind: BitwardenSecret
metadata:
name: test
spec:
content:
- element:
secretName: username
secretRef: nameofUser
secretScope: login
- element:
secretName: password
secretRef: passwordOfUser
secretScope: login
id: "88781348-c81c-4367-9801-550360c21295"
name: "test-secret"
namespace: "default"