Skip to content

Commit

Permalink
docs: fix table in local k8s setup
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Nov 29, 2022
1 parent c6f0b35 commit f8470ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.MOAUTO_WORKFLOW_TOKEN }}

- name: Set up Python 3.10
uses: actions/setup-python@v4
Expand All @@ -52,6 +53,7 @@ jobs:
with:
ref: '${{ github.event.inputs.version }}'
fetch-depth: 0
token: ${{ secrets.MOAUTO_WORKFLOW_TOKEN }}

- name: Copy files from main to ${{ github.event.inputs.version }}
if: >-
Expand Down Expand Up @@ -80,8 +82,6 @@ jobs:
git config --global user.signingkey "${{ steps.import_gpg.outputs.keyid }}"
- name: Generate docs
env:
GITHUB_TOKEN: ${{ secrets.MOAUTO_WORKFLOW_TOKEN }}
run: |
echo "Custom work on generating docs can go here."
# Generate property docs and push to main
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/install/helm-install/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For local deployments like `minikube` and `MicroK8s` or cloud installations in d
Use the listing below for detailed estimation of minimum required resources. Table contains the default resources recommendations per service. Depending on the use of each service the resources needs may be increase or decrease.

| Service | CPU Unit | RAM | Disk Space | Processor Type | Required |
| ----------------- | -------- | ----- | ---------- | -------------- | ---------------------------------- |
|-------------------|----------|-------|------------|----------------|------------------------------------|
| Auth server | 2.5 | 2.5GB | N/A | 64 Bit | Yes |
| LDAP (OpenDJ) | 1.5 | 2GB | 10GB | 64 Bit | Only if couchbase is not installed |
| fido2 | 0.5 | 0.5GB | N/A | 64 Bit | No |
Expand Down

0 comments on commit f8470ee

Please sign in to comment.