You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/deployments/operator/api.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -667,6 +667,7 @@ _Appears in:_
667
667
| Field | Description | Default | Validation |
668
668
| --- | --- | --- | --- |
669
669
|`url`_string_||||
670
+
|`connectionRef`_[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_| Reference a ScmConnection to reuse its credentials for this GitRepository's authentication || Optional: {} <br /> |
670
671
|`credentialsRef`_[SecretReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#secretreference-v1-core)_| CredentialsRef is a secret reference which should contain privateKey, passphrase, username and password. || Optional: {} <br /> |
671
672
672
673
@@ -1156,13 +1157,14 @@ _Appears in:_
1156
1157
| Field | Description | Default | Validation |
1157
1158
| --- | --- | --- | --- |
1158
1159
|`name`_string_||| Required: {} <br /> |
1159
-
|`type`_[ConfigurationType](#configurationtype)_||| Enum: [STRING INT BOOL DOMAIN BUCKET FILE FUNCTION PASSWORD] <br />Required: {} <br /> |
1160
+
|`type`_[ConfigurationType](#configurationtype)_||| Enum: [STRING INT BOOL DOMAIN BUCKET FILE FUNCTION PASSWORD ENUM] <br />Required: {} <br /> |
0 commit comments