github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/commands/alpha/repo/reg/testdata/auth-repository.yaml (about)

     1  apiVersion: config.porch.kpt.dev/v1alpha1
     2  kind: Repository
     3  metadata:
     4      creationTimestamp: null
     5      name: test-blueprints
     6      namespace: default
     7  spec:
     8      content: Package
     9      git:
    10          branch: main
    11          directory: /
    12          repo: https://github.com/platkrm/test-blueprints.git
    13          secretRef:
    14              name: test-blueprints-auth
    15      type: git
    16  status: {}