Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IAM-1207 updated readme and infra markdown files #44

Merged
merged 2 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dino-park-packs"
version = "0.5.12"
version = "0.5.13"
authors = ["Florian Merz <[email protected]>"]
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# DinoPark Packs (packing Dinos since 2019)
Documentation site - https://github.com/mozilla-iam/dino-park/blob/master/Introduction.md

## DinoPark Packs is the group management service of Mozilla's IAM system

2 changes: 1 addition & 1 deletion terraform/INFRA.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Set up data base after terraform apply
### Set up database after terraform apply

```
kubectl run -i -t --rm --image=postgres --command debug1 -- /bin/bash
Expand Down
Loading