diff --git a/docs/modules/ROOT/pages/customization/add_demo.adoc b/docs/modules/ROOT/pages/customization/add_demo.adoc index 6582b071..dbe6e415 100644 --- a/docs/modules/ROOT/pages/customization/add_demo.adoc +++ b/docs/modules/ROOT/pages/customization/add_demo.adoc @@ -8,7 +8,7 @@ Please keep in mind that a demo requires a stack to run on. Have a look at the chapter xref:customization/add_stack.adoc[] on how to create your own stack. == 1. Create a demos.yaml -For a custom demo you need to create a `mycorp-demos.yaml` containing demos according to the format defined by https://github.com/stackabletech/stackablectl/blob/main/demos/demos-v1.yaml[the Stackable provided demos]. +For a custom demo you need to create a `mycorp-demos.yaml` containing demos according to the format defined by https://github.com/stackabletech/stackablectl/blob/main/demos/demos-v2.yaml[the Stackable provided demos]. As of writing a `demos.yaml` file could look as follows: diff --git a/docs/modules/ROOT/pages/customization/add_stack.adoc b/docs/modules/ROOT/pages/customization/add_stack.adoc index 2e425d02..6bbdd373 100644 --- a/docs/modules/ROOT/pages/customization/add_stack.adoc +++ b/docs/modules/ROOT/pages/customization/add_stack.adoc @@ -9,7 +9,7 @@ Please keep in mind that a stack requires a release to run on. In the most cases the stackable provided release should work absolutely fine, but you can also have a look at the chapter xref:customization/add_release.adoc[] on how to create your own release. == 1. Create a stacks.yaml -For a custom stack you need to create a `mycorp-stacks.yaml` containing stacks according to the format defined by https://github.com/stackabletech/stackablectl/blob/main/stacks/stacks-v1.yaml[the Stackable provided stacks]. +For a custom stack you need to create a `mycorp-stacks.yaml` containing stacks according to the format defined by https://github.com/stackabletech/stackablectl/blob/main/stacks/stacks-v2.yaml[the Stackable provided stacks]. As of writing a `stacks.yaml` file could look as follows: diff --git a/stacks/.DS_Store b/stacks/.DS_Store new file mode 100644 index 00000000..8eec456b Binary files /dev/null and b/stacks/.DS_Store differ diff --git a/stacks/authentication/openldap-tls-authenticationclass.yaml b/stacks/authentication/openldap-tls-authenticationclass.yaml index fb69a52d..ebaf3d0b 100644 --- a/stacks/authentication/openldap-tls-authenticationclass.yaml +++ b/stacks/authentication/openldap-tls-authenticationclass.yaml @@ -10,7 +10,7 @@ spec: searchBase: ou=users,dc=example,dc=org # The bind credentials are used so an application can bind to the LDAP server bindCredentials: - secretClass: ldap-bind-credentials + secretClass: openldap-bind-credentials port: 1636 tls: verification: @@ -39,4 +39,4 @@ metadata: stringData: # User and password are defined in the OpenLDAP StatefulSet user: cn=ldapadmin,dc=example,dc=org - password: ldapadminpassword \ No newline at end of file + password: ldapadminpassword