Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 7b76148

Browse files
committed
Provide example how to run the google provider only
Signed-off-by: Christian Simon <[email protected]>
1 parent d997b73 commit 7b76148

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

demo/config.dist.jsonnet

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
function(cloud='google') (import './manifests/main.jsonnet') {
1+
local main = import './manifests/main.jsonnet';
2+
3+
function(cloud='google') main {
24
cloud: cloud,
5+
// this will only run the google cluster
6+
clouds: {
7+
google: main.clouds.google,
8+
},
39
base_domain: '.kubernetes.example.net',
410
cert_manager+: {
511
letsencrypt_contact_email:: '[email protected]',

0 commit comments

Comments
 (0)