added support for dockerconfigjson regcred
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -12,7 +12,7 @@ spec:
|
||||
shortNames:
|
||||
- bws
|
||||
versions:
|
||||
- name: v1beta2
|
||||
- name: v1beta3
|
||||
served: true
|
||||
storage: true
|
||||
schema:
|
||||
|
43
charts/bitwarden-crd-operator/crds/registry-credentials.yaml
Normal file
43
charts/bitwarden-crd-operator/crds/registry-credentials.yaml
Normal file
@ -0,0 +1,43 @@
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: registry-credentials.lerentis.uploadfilter24.eu
|
||||
spec:
|
||||
scope: Namespaced
|
||||
group: lerentis.uploadfilter24.eu
|
||||
names:
|
||||
kind: RegistryCredential
|
||||
plural: registry-credentials
|
||||
singular: registry-credential
|
||||
shortNames:
|
||||
- rgc
|
||||
versions:
|
||||
- name: v1beta3
|
||||
served: true
|
||||
storage: true
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
type: object
|
||||
properties:
|
||||
spec:
|
||||
type: object
|
||||
properties:
|
||||
usernameRef:
|
||||
type: string
|
||||
passwordRef:
|
||||
type: string
|
||||
registry:
|
||||
type: string
|
||||
id:
|
||||
type: string
|
||||
namespace:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
required:
|
||||
- id
|
||||
- namespace
|
||||
- name
|
||||
- usernameRef
|
||||
- passwordRef
|
||||
- registry
|
Reference in New Issue
Block a user