Skip to content

Commit

Permalink
bogus
Browse files Browse the repository at this point in the history
  • Loading branch information
daanvinken committed Nov 15, 2024
1 parent 644f202 commit f64c554
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions examples/abstractionsv2/consulAgentACL/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ spec:
backend: "puppet"
certificate: |
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
allowed_common_names:
- ""
token_ttl: 86400
Expand Down
10 changes: 10 additions & 0 deletions examples/abstractionsv2/consulAgentACL/consulagentacl3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: daanvinken.io/v1alpha1
kind: ConsulAgentACL
metadata:
name: tester-test
spec:
parameters:
realhostname: "tester.example.com"
escaped_certname: "tester-example-com"
certname: "tester.example.com"
datacenter: "AMS2"
5 changes: 2 additions & 3 deletions examples/openstack/abstractions/adyencompute.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: daanvinken.io/v1alpha1
kind: AdyenCompute
metadata:
name: adyencompute-example-daan
name: adyencompute-example-test03
spec:
parameters:
computeInstanceName: "crossplane-instance-daan"
computeInstanceName: "crossplane-instance-test03"
imageName: "cirros"
flavorName: "1C-500M-1G-STG1-CIRROS"
network:
Expand All @@ -16,5 +16,4 @@ spec:
main_keys: true
- serviceName: artifacts-something
main_keys: false
consultAgent: true
providerConfigName: "openstack-ams2-nonprod"

0 comments on commit f64c554

Please sign in to comment.