File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- apiVersion : v1
3- kind : Secret
4- metadata :
5- name : harbor-credentials
6- namespace : default
7- type : Opaque
8- stringData :
9- password : " supersecret"
10- ---
112apiVersion : groups.gitlab.m.crossplane.io/v1alpha1
123kind : IntegrationHarbor
134metadata :
189 name : gitlab-provider
1910 kind : ProviderConfig
2011 forProvider :
21- groupId : 42
22- url : " https://demo.goharbor.io "
23- projectName : " mygroupproject "
24- username : " robot$gitlab "
12+ groupId : 20
13+ url : " https://example.registry.com "
14+ projectName : " library "
15+ username : " robot$test "
2516 passwordSecretRef :
2617 name : harbor-credentials
27- key : password
18+ key : token
Original file line number Diff line number Diff line change 1010 kind : ProviderConfig
1111 forProvider :
1212 projectId : 7
13- url : " https://registry.boxboxjason.dev "
13+ url : " https://example. registry.com "
1414 projectName : " library"
1515 username : " robot$test"
1616 passwordSecretRef :
You can’t perform that action at this time.
0 commit comments