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

Updates the app deployment for Openshift #371

Merged
merged 1 commit into from
Aug 13, 2021

Conversation

rpothier
Copy link
Contributor

@rpothier rpothier commented Aug 11, 2021

What does this PR do?

This updates the test-workflow scripts for use on Openshift.
Also required for this is a change in conjur-oss-helm-chart

What ticket does this PR close?

Resolves #346

Checklists

Change log

  • The CHANGELOG has been updated, or
  • This PR does not include user-facing changes and doesn't require a CHANGELOG update

Test coverage

  • This PR includes new unit and integration tests to go with the code changes, or
  • The changes in this PR do not require tests

Documentation

  • Docs (e.g. READMEs) were updated in this PR, and/or there is a follow-on issue to update docs, or
  • This PR does not require updating any documentation

Manual tests

If you are preparing for a release, have you run the following manual tests to verify existing functionality continues to function as expected?

@rpothier rpothier requested review from a team as code owners August 11, 2021 17:10
@rpothier rpothier self-assigned this Aug 11, 2021
@rpothier rpothier force-pushed the 346-app-deploy-on-openshift branch 5 times, most recently from 62c5f8d to 52180f0 Compare August 13, 2021 14:22
Copy link
Contributor

@diverdane diverdane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good! One minor suggestion, but the rest is good.

--set postgresqlPassword="$SAMPLE_APP_BACKEND_DB_PASSWORD")

if [[ "$PLATFORM" == "openshift" ]]; then
args+=(--set containerSecurityContext.enabled=false \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work figuring out how to get the persistence working on OpenShift!!!

It might help other readers to add a comment pointing to the Bitnami doc for this (just above the conditional two lines up???):
https://github.com/bitnami/charts/tree/master/bitnami/postgresql#differences-between-bitnami-postgresql-image-and-docker-official-image

@rpothier rpothier force-pushed the 346-app-deploy-on-openshift branch 4 times, most recently from 5f14683 to 0529758 Compare August 13, 2021 15:51
@rpothier rpothier force-pushed the 346-app-deploy-on-openshift branch from 0529758 to d014d06 Compare August 13, 2021 16:27
Copy link
Contributor

@diverdane diverdane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!! Nice work getting the backend DB persistence to work on OpenShift.

@rpothier rpothier merged commit 1294c14 into master Aug 13, 2021
@rpothier rpothier deleted the 346-app-deploy-on-openshift branch August 13, 2021 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Application deployment on OpenShift
2 participants