added missing tld for crd
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c7d3e3a997
commit
28c2db9d18
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import kopf
|
import kopf
|
||||||
|
|
||||||
@kopf.on.create('bitwarden-secrets.lerentis.uploadfilter24')
|
@kopf.on.create('bitwarden-secrets.lerentis.uploadfilter24.eu')
|
||||||
def create_fn(body, **kwargs):
|
def create_fn(body, **kwargs):
|
||||||
|
|
||||||
# The all-purpose function for the event creation.
|
# The all-purpose function for the event creation.
|
||||||
|
@ -8,7 +8,7 @@ image:
|
|||||||
repository: lerentis/bitwarden-crd-operator
|
repository: lerentis/bitwarden-crd-operator
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "c33f80b448e0a7098eb075811108256ed52e5b21"
|
tag: "c7d3e3a997eceb8130429fb3725469917e612560"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
2
crd.yaml
2
crd.yaml
@ -1,7 +1,7 @@
|
|||||||
apiVersion: apiextensions.k8s.io/v1
|
apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
name: bitwarden-secrets.lerentis.uploadfilter24
|
name: bitwarden-secrets.lerentis.uploadfilter24.eu
|
||||||
spec:
|
spec:
|
||||||
scope: Namespaced
|
scope: Namespaced
|
||||||
group: lerentis.uploadfilter24
|
group: lerentis.uploadfilter24
|
||||||
|
Loading…
Reference in New Issue
Block a user