Skip to content

Commit 576baf9

Browse files
committed
bring enum in line with framework definition: correction
1 parent e5a910c commit 576baf9

File tree

1 file changed

+16
-26
lines changed

1 file changed

+16
-26
lines changed

deploy/helm/airflow-operator/crds/crds.yaml

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -672,38 +672,28 @@ spec:
672672
nullable: true
673673
oneOf:
674674
- required:
675-
- basicAuth
675+
- basicAuthSecretName
676676
- required:
677-
- ssh
677+
- sshPrivateKeySecretName
678678
properties:
679-
basicAuth:
680-
properties:
681-
basicAuthSecretName:
682-
description: |-
683-
The name of the Secret used to access the repository via Basic Authentication if it is not public.
679+
basicAuthSecretName:
680+
description: |-
681+
The name of the Secret used to access the repository via Basic Authentication if it is not public.
684682
685-
The referenced Secret must include two fields: `user` and `password`.
686-
The `password` field can either be an actual password (not recommended) or a GitHub token,
687-
as described in the git-sync [documentation].
683+
The referenced Secret must include two fields: `user` and `password`.
684+
The `password` field can either be an actual password (not recommended) or a GitHub token,
685+
as described in the git-sync [documentation].
688686
689-
[documentation]: https://github.com/kubernetes/git-sync/tree/v4.2.4?tab=readme-ov-file#manual
690-
type: string
691-
required:
692-
- basicAuthSecretName
693-
type: object
694-
ssh:
695-
properties:
696-
sshPrivateKeySecretName:
697-
description: |-
698-
The name of the Secret used for SSH access to the repository.
687+
[documentation]: https://github.com/kubernetes/git-sync/tree/v4.2.4?tab=readme-ov-file#manual
688+
type: string
689+
sshPrivateKeySecretName:
690+
description: |-
691+
The name of the Secret used for SSH access to the repository.
699692
700-
The referenced Secret must include two fields: `key` and `knownHosts`.
693+
The referenced Secret must include two fields: `key` and `knownHosts`.
701694
702-
[documentation]: https://github.com/kubernetes/git-sync/tree/v4.2.4?tab=readme-ov-file#manual
703-
type: string
704-
required:
705-
- sshPrivateKeySecretName
706-
type: object
695+
[documentation]: https://github.com/kubernetes/git-sync/tree/v4.2.4?tab=readme-ov-file#manual
696+
type: string
707697
type: object
708698
depth:
709699
default: 1

0 commit comments

Comments
 (0)