Skip to content

Conversation

@xenophenes
Copy link
Contributor

IMPORTANT

The docs directory now contains the published version of the Hugo website.

The hugo directory now contains the developer's version of the Hugo website.

When editing documentation, navigate to $COROOT/hugo/content and modify the documents accordingly. $COROOT/hugo/content/_index.adoc is the equivalent of README.adoc. All other documents are edited in a logical fashion.

If when writing new documentation, you want to use shortcodes (for example, what's shown on the Upgrading the Operator page - the drop downs), visit this link: http://docdock.netlify.com/shortcodes/

When ready to publish changes to documentation, the workflow is as follows:

cd $COROOT/hugo/
hugo
git add --all && git commit
git push

That simple! When the hugo command is run, it publishes the generated version of the website in the $COROOT/docs directory.

The site should be accessible from crunchydata.github.io/postgres-operator after you navigate to https://github.com/crunchydata/postgres-operator/settings and select "Source -> master branch /docs folder".

For a working demo of the website, visit https://xenophenes.github.io/pgo-docs/

@jmccormick2001 jmccormick2001 merged commit 05b6c46 into CrunchyData:master Apr 27, 2018
andrewlecuyer pushed a commit to andrewlecuyer/postgres-operator that referenced this pull request May 18, 2022
As of Kubernetes v1.19, SecurityContext has a seccompProfile field
that can be set to RuntimeDefault to limit syscalls.

This PR adds that setting to the containers in order to
(a) limit syscalls from PGO-managed containers, while
(b) not preventing users from using other tools involving sidecars, etc.

Issue [sc-11286]
andrewlecuyer pushed a commit to andrewlecuyer/postgres-operator that referenced this pull request May 18, 2022
)

* Revert "Enable seccomp on containers (CrunchyData#195)"

This reverts commit d635a1c.

* update Release notes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants