Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

fix k8s templates that are out of date #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

streamnsight
Copy link
Member

Signed-off-by: Emmanuel Leroy emmanuel.leroy@oracle.com

@@ -6,6 +6,7 @@ apiVersion: servicecatalog.k8s.io/v1beta1
kind: ServiceInstance
metadata:
name: testbucket
namespace: default
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bucket instance needs to define namespace

@@ -13,5 +13,5 @@ spec:
name: teststream
compartmentId: CHANGE_COMPARTMENT_OCID_HERE
partitions: CHANGE_PARTITION_COUNT_HERE
# Use streampoolId for creating stream associated with a streampool. Do not use compartmentId when using streampoolId
# Use streampoolId for creating stream associated with a streampool.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

compartment Id is required even when streampool id is set

@@ -8,6 +8,6 @@ metadata:
name: adw-user-cred
data:
# "s123456789S@"
password: czEyMzQ1Njc4OVNACg==
password: czEyMzQ1Njc4OVNA
# "Welcome_123"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the password secret has extra newline character causing the login to fail.
it should be encoded with `echo -n 's123456789S@' | base64 -w0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant