Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
libre.sh
kubernetes
common
Commits
629f4ec2
Commit
629f4ec2
authored
3 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Fixes missing SECRET_NAME.
parent
e4a91d08
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
createLiiibre
+3
-0
3 additions, 0 deletions
createLiiibre
with
3 additions
and
0 deletions
createLiiibre
+
3
−
0
View file @
629f4ec2
...
...
@@ -77,18 +77,21 @@ kubectl -n ${tld} create secret generic ${CHAT_SUBDOMAIN}-${tld}-smtp --from-lit
## Create dumps bucket
export
STORAGE_CLASS
=
cold
export
AWS_ACCESS_KEY_ID
=
${
NS
}
-dumps
export
SECRET_NAME
=
${
AWS_ACCESS_KEY_ID
}
create_bucket
## Create data buckets
export
STORAGE_CLASS
=
hot
### For chats
export
AWS_ACCESS_KEY_ID
=
${
CHAT_SUBDOMAIN
}
-
${
NS
}
export
SECRET_NAME
=
${
AWS_ACCESS_KEY_ID
}
-s3
create_bucket
mc version
enable
${
STORAGE_CLASS
}
/
${
AWS_ACCESS_KEY_ID
}
### For Nuage
export
AWS_ACCESS_KEY_ID
=
${
NUAGE_SUBDOMAIN
}
-
${
NS
}
export
SECRET_NAME
=
${
AWS_ACCESS_KEY_ID
}
-s3
create_bucket
mc version
enable
${
STORAGE_CLASS
}
/
${
AWS_ACCESS_KEY_ID
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment