File tree Expand file tree Collapse file tree 1 file changed +16
-26
lines changed
deploy/helm/airflow-operator/crds Expand file tree Collapse file tree 1 file changed +16
-26
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments