Skip to content

Commit 352f0c0

Browse files
committed
docs: anonymize examples
Signed-off-by: BoxBoxJason <contact@boxboxjason.dev>
1 parent 92e95ac commit 352f0c0

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
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-
---
112
apiVersion: groups.gitlab.m.crossplane.io/v1alpha1
123
kind: IntegrationHarbor
134
metadata:
@@ -18,10 +9,10 @@ spec:
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

examples/projects/integration_harbor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
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:

0 commit comments

Comments
 (0)