This message was deleted.
# fleet
a
This message was deleted.
b
We have a Secret in the fleet-default namespace of type
<http://kubernetes.io/basic-auth|kubernetes.io/basic-auth>
that is referenced in a GitRepo resource like so:
Copy code
# See <https://fleet.rancher.io/ref-gitrepo>
apiVersion: <http://fleet.cattle.io/v1alpha1|fleet.cattle.io/v1alpha1>
kind: GitRepo
metadata:
  name: aws-load-balancer-controller
  namespace: fleet-default
  labels: {}
spec:
  repo: <https://github.com/helm-chart>
  branch: main
  clientSecretName: fleet-github-pat
  helmSecretName: fleet-harbor-credentials
  helmRepoURLRegex: <oci://docker.company.com/*>
  paths:
    - fleet/aws-loadbalancer-controller/
  correctDrift:
    enabled: true
    force: false
    keepFailHistory: true
  pollingInterval: 1m