@@ -184,14 +184,7 @@ spec:
184184 Since git-sync v4.x.x this field is mapped to the flag `--ref`.
185185 type : string
186186 credentialsSecret :
187- description : |-
188- The name of the Secret used to access the repository if it is not public.
189-
190- The referenced Secret must include two fields: `user` and `password`.
191- The `password` field can either be an actual password (not recommended) or a GitHub token,
192- as described in the git-sync [documentation].
193-
194- [documentation]: https://github.com/kubernetes/git-sync/tree/v4.2.4?tab=readme-ov-file#manual
187+ description : An optional secret used for git access.
195188 nullable : true
196189 type : string
197190 depth :
@@ -221,7 +214,7 @@ spec:
221214 [example]: https://docs.stackable.tech/home/nightly/airflow/usage-guide/mounting-dags#_example
222215 type : object
223216 repo :
224- description : ' The git repository URL that will be cloned, for example: `https://github.com/stackabletech/airflow-operator`.'
217+ description : ' The git repository URL that will be cloned, for example: `https://github.com/stackabletech/airflow-operator` or `ssh://git@github.com:stackable-airflow/dags.git` .'
225218 format : uri
226219 type : string
227220 wait :
@@ -996,7 +989,7 @@ spec:
996989 default : {}
997990 description : |-
998991 In the `podOverrides` property you can define a
999- [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27 /#podtemplatespec-v1-core)
992+ [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34 /#podtemplatespec-v1-core)
1000993 to override any property that can be set on a Kubernetes Pod.
1001994 Read the
1002995 [Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides)
@@ -1596,7 +1589,7 @@ spec:
15961589 default : {}
15971590 description : |-
15981591 In the `podOverrides` property you can define a
1599- [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27 /#podtemplatespec-v1-core)
1592+ [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34 /#podtemplatespec-v1-core)
16001593 to override any property that can be set on a Kubernetes Pod.
16011594 Read the
16021595 [Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides)
0 commit comments