Flux Configuration Git Repository
Constructors
Properties
Specifies the Base64-encoded HTTPS certificate authority contents used to access git private git repositories over HTTPS.
Specifies the Base64-encoded HTTPS personal access token or password that will be used to access the repository.
Specifies the name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets. It must be between 1 and 63 characters. It can contain only lowercase letters, numbers, and hyphens (-). It must start and end with a lowercase letter or number.
Specifies the source reference type for the GitRepository object. Possible values are branch
, commit
, semver
and tag
.
Specifies the source reference value for the GitRepository object.
Specifies the Base64-encoded known_hosts value containing public SSH keys required to access private git repositories over SSH.
Specifies the Base64-encoded SSH private key in PEM format.
Specifies the interval at which to re-reconcile the cluster git repository source with the remote. Defaults to 600
.
Specifies the maximum time to attempt to reconcile the cluster git repository source with the remote. Defaults to 600
.