-
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 <[email protected]>
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 <[email protected]> * fix: further cleanup Signed-off-by: Chris Butler <[email protected]> * feat(cleanup): Remove Kueue configuration as not required for demo Signed-off-by: Chris Butler <[email protected]> * feat(cleanup): Add back in htpasswd Signed-off-by: Chris Butler <[email protected]> * feat: Add cert manager Signed-off-by: Chris Butler <[email protected]> * feat: Add lets-encrypt configuration Signed-off-by: Chris Butler <[email protected]> * feat: Correct trustee configuration Signed-off-by: Chris Butler <[email protected]> * feat: remove extra ES Signed-off-by: Chris Butler <[email protected]> * feat: remove persistent account secret ref Signed-off-by: Chris Butler <[email protected]> * feat: add key that should be autogenerated Signed-off-by: Chris Butler <[email protected]> * feat: add key that should be autogenerated Signed-off-by: Chris Butler <[email protected]> * feat: add key that should be autogenerated Signed-off-by: Chris Butler <[email protected]> * fix: Correct helm template Signed-off-by: Chris Butler <[email protected]> * fix: Correct vault path Signed-off-by: Chris Butler <[email protected]> * fix: Allow use of google DNS servers Signed-off-by: Chris Butler <[email protected]> * feat: deploy route for kbs service Signed-off-by: Chris Butler <[email protected]> * fix: update router Signed-off-by: Chris Butler <[email protected]> * fix: Deploy kata configuration Signed-off-by: Chris Butler <[email protected]> * fix: correct KBS configuration Signed-off-by: Chris Butler <[email protected]> * fix: correct add hello openshift workloads Signed-off-by: Chris Butler <[email protected]> * fix: correct add hello openshift workloads Signed-off-by: Chris Butler <[email protected]> * fix: correct runtimeClassName Signed-off-by: Chris Butler <[email protected]> * fix: add missing route Signed-off-by: Chris Butler <[email protected]> * fix: add missing route Signed-off-by: Chris Butler <[email protected]> * fix: add missing route Signed-off-by: Chris Butler <[email protected]> * fix: add missing route Signed-off-by: Chris Butler <[email protected]> * feat: cleanup for template Signed-off-by: Chris Butler <[email protected]> --------- Signed-off-by: Chris Butler <[email protected]>
Remove demo content