-
Notifications
You must be signed in to change notification settings - Fork 14
Remove demo content #2
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
Conversation
15cedd0 to
10508e9
Compare
|
Do you want to remove the managed-site tests now and re-add them later? I'm thinking those should stay. Obviously the hello-world and demo apps are fine to go at this point. wdyt? |
|
@yukinchan what do you think? |
Wasnt sure if they are used without a site. I can pop that back if it would be desired. |
Signed-off-by: Andrew Block <andy.block@gmail.com>
10508e9 to
fdee2fc
Compare
|
Managed-site related tests could either stay or leave. They are not very tightly coupled with the pattern. |
* feat: Add demo set of applications Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: further cleanup Signed-off-by: Chris Butler <chris.butler@redhat.com> * feat(cleanup): Remove Kueue configuration as not required for demo Signed-off-by: Chris Butler <chris.butler@redhat.com> * feat(cleanup): Add back in htpasswd Signed-off-by: Chris Butler <chris.butler@redhat.com> * feat: Add cert manager Signed-off-by: Chris Butler <chris.butler@redhat.com> * feat: Add lets-encrypt configuration Signed-off-by: Chris Butler <chris.butler@redhat.com> * feat: Correct trustee configuration Signed-off-by: Chris Butler <chris.butler@redhat.com> * feat: remove extra ES Signed-off-by: Chris Butler <chris.butler@redhat.com> * feat: remove persistent account secret ref Signed-off-by: Chris Butler <chris.butler@redhat.com> * feat: add key that should be autogenerated Signed-off-by: Chris Butler <chris.butler@redhat.com> * feat: add key that should be autogenerated Signed-off-by: Chris Butler <chris.butler@redhat.com> * feat: add key that should be autogenerated Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: Correct helm template Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: Correct vault path Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: Allow use of google DNS servers Signed-off-by: Chris Butler <chris.butler@redhat.com> * feat: deploy route for kbs service Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: update router Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: Deploy kata configuration Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: correct KBS configuration Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: correct add hello openshift workloads Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: correct add hello openshift workloads Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: correct runtimeClassName Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: add missing route Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: add missing route Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: add missing route Signed-off-by: Chris Butler <chris.butler@redhat.com> * fix: add missing route Signed-off-by: Chris Butler <chris.butler@redhat.com> * feat: cleanup for template Signed-off-by: Chris Butler <chris.butler@redhat.com> --------- Signed-off-by: Chris Butler <chris.butler@redhat.com>
Remove demo content