Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Notification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Notification
Commits
cf3f323e
Commit
cf3f323e
authored
2 years ago
by
Marc Burnie [AWS]
Browse files
Options
Downloads
Patches
Plain Diff
correcting README
parent
aa7059e6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
devops/aws/chart/README.md
+3
-2
3 additions, 2 deletions
devops/aws/chart/README.md
with
3 additions
and
2 deletions
devops/aws/chart/README.md
+
3
−
2
View file @
cf3f323e
...
...
@@ -8,6 +8,7 @@ The below software must be installed before continuing:
*
[
AWS CLI ^2.7.0
](
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
)
*
[
kubectl 1.21-1.22
](
https://kubernetes.io/docs/tasks/tools/
)
*
[
Helm ^3.7.1
](
https://helm.sh/docs/intro/install/
)
*
[
Helm S3 Plugin ^0.12.0
](
https://github.com/hypnoglow/helm-s3
)
Additionally, an OSDU on AWS environment must be deployed.
...
...
@@ -15,12 +16,12 @@ Additionally, an OSDU on AWS environment must be deployed.
To install or update the service application by executing the following command in the devops/aws/chart folder:
```
bash
helm upgrade
[
RELEASE_NAME] .
helm upgrade
[
RELEASE_NAME]
.
-i
```
To observe the Kubernetes resources before deploying them using the command:
```
bash
helm upgrade
[
RELEASE_NAME]
.
--dry-run
--debug
helm upgrade
[
RELEASE_NAME]
.
-i
--dry-run
--debug
```
To observe the history of the current release, use the following command:
...
...
This diff is collapsed.
Click to expand it.
Marc Burnie [AWS]
@marcburnie
mentioned in commit
b98376f8
·
2 years ago
mentioned in commit
b98376f8
mentioned in commit b98376f808a6410acd3d0e2411b7276859946491
Toggle commit list
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