Skip to content

Commit 9f8fef7

Browse files
committed
WIP: Config Sample
1 parent e1ef8e8 commit 9f8fef7

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

config/samples/openstack_v1alpha1_applicationcredential.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ metadata:
55
name: applicationcredential-sample
66
spec:
77
cloudCredentialsRef:
8-
# TODO(scaffolding): Use openstack-admin if the resource needs admin credentials to be created
98
cloudName: openstack
109
secretName: openstack-clouds
1110
managementPolicy: managed
1211
resource:
1312
description: Sample ApplicationCredential
14-
# TODO(scaffolding): Add all fields the resource supports
13+
name: application-credential
14+
userID: "00000000000000000000000000000000"
15+
unrestricted: False
16+
secret: "Secret"
17+
roles:
18+
- name: "role-name"
19+
accessRules:
20+
- method: "GET"
21+
service: "monitoring"
22+
expiresAt: "2022-02-02T22:22:22.000000"

0 commit comments

Comments
 (0)