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
|`artifact: url:`|`string`|`""`| URL in the format `oci://<registry host>/<repository name>`|
28
-
|`artifact: tag:`|`string`|`latest`| OCI artifact tag |
29
-
|`artifact: semver:`|`string`|`""`| OCI artifact tag semver range, when specified takes precedence over tag |
30
-
|`artifact: interval:`|`int`|`"1"`| Interval in minutes to check for changes upstream |
31
-
|`artifact: ignore:`|`string`|`""`| Multi-line string in the .gitignore format |
32
-
|`auth: provider:`|`string`|`"generic"`| Kubernetes workload identity provider, can be `aws`, `azure` or `gcp`|
33
-
|`auth: credentials: username:`|`string`|`""`| Username when using `dockerconfigjson` credentials |
34
-
|`auth: credentials: password:`|`string`|`""`| Password when using `dockerconfigjson` credentials, can be a personal access token (PAT) when using GitHub, GitLab, DockerHub, etc |
35
-
|`tls: insecure:`|`bool`|`false`| Allow connecting to an insecure non-TLS OCI registry server |
36
-
|`tls: ca:`|`string`|`""`| Certificate Authority (`ca.crt` file content) for when using a OCI registry server with self-signed TLS certs |
37
-
|`sync: path:`|`string`|`"./"`| Path to the directory containing Kubernetes YAMLs |
38
-
|`sync: prune:`|`bool`|`true`| Prune stale resources |
39
-
|`sync: wait:`|`bool`|`false`| Wait for resources to become ready |
40
-
|`sync: timeout:`|`int`|`3`| Wait timeout in minutes |
41
-
|`sync: retryInterval:`|`int`|`5`| Retry failed reconciliation interval in minutes |
42
-
|`sync: serviceAccountName:`|`string`|`""`| Service account to impersonate |
|`artifact: url:`|`string`|`""`| URL in the format `oci://<registry host>/<repository name>`|
28
+
|`artifact: tag:`|`string`|`latest`| OCI artifact tag |
29
+
|`artifact: semver:`|`string`|`""`| OCI artifact tag semver range, when specified takes precedence over tag |
30
+
|`artifact: interval:`|`int`|`"1"`| Interval in minutes to check for changes upstream |
31
+
|`artifact: ignore:`|`string`|`""`| Multi-line string in the .gitignore format |
32
+
|`auth: provider:`|`string`|`"generic"`| Kubernetes workload identity provider, can be `aws`, `azure` or `gcp`|
33
+
|`auth: credentials: username:`|`string`|`""`| Username when using `dockerconfigjson` credentials |
34
+
|`auth: credentials: password:`|`string`|`""`| Password when using `dockerconfigjson` credentials, can be a personal access token (PAT) when using GitHub, GitLab, DockerHub, etc |
35
+
|`tls: insecure:`|`bool`|`false`| Allow connecting to an insecure non-TLS OCI registry server |
36
+
|`tls: ca:`|`string`|`""`| Certificate Authority (`ca.crt` file content) for when using a OCI registry server with self-signed TLS certs |
37
+
|`sync: path:`|`string`|`"./"`| Path to the directory containing Kubernetes YAMLs |
38
+
|`sync: prune:`|`bool`|`true`| Prune stale resources |
39
+
|`sync: wait:`|`bool`|`false`| Wait for resources to become ready |
40
+
|`sync: timeout:`|`int`|`3`| Wait timeout in minutes |
41
+
|`sync: retryInterval:`|`int`|`5`| Retry failed reconciliation interval in minutes |
42
+
|`sync: serviceAccountName:`|`string`|`""`| Service account to impersonate |
0 commit comments