You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone Build is passing
Details
|
4 months ago | |
---|---|---|
crds | 4 months ago | |
templates | 4 months ago | |
.drone.yml | 4 months ago | |
Chart.yaml | 4 months ago | |
Dockerfile | 4 months ago | |
README.md | 5 months ago | |
generated-secret-operator.py | 4 months ago |
README.md
Generated secret operator
This operator can be used to provision secrets easily
To instantiate secret:
apiVersion: codemowers.io/v1alpha1
kind: GeneratedSecret
metadata:
name: my-secret
spec:
mapping:
- key: SECRET
value: "%(password)s"