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

sdcore-adapter chart initial checkin #97

Merged
merged 2 commits into from
Sep 22, 2020

Conversation

scottmbaker
Copy link

requires related patch in sdcore-adapter

Copy link
Contributor

@SeanCondon SeanCondon left a comment

Choose a reason for hiding this comment

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

The YAML file will have to have the license header on them

There are a few other minor comments

sdcore-adapter/values.yaml Outdated Show resolved Hide resolved
sdcore-adapter/Chart.yaml Show resolved Hide resolved
@@ -0,0 +1,29 @@
apiVersion: v1
Copy link
Contributor

Choose a reason for hiding this comment

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

generally it's only through the umbrella chart that I load the configs as a post install job.
The theory is that if you're just loading this chart individually you're probably a developer and do not want a sample config loaded automatically every time

Copy link
Author

Choose a reason for hiding this comment

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

deferring for now, will discuss.

@@ -0,0 +1,2 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you could leave out the whole configs folder, and have them only in the aether-umbrella chart

sdcore-adapter/templates/deployment.yaml Outdated Show resolved Hide resolved
sdcore-adapter/templates/deployment.yaml Show resolved Hide resolved

image:
repository: onosproject/sdcore-adapter
tag: v0.1.0
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this release is in Docker Hub yet?

change dns name in certs;
eliminate insecure mode;
use args instead of env;
run command directly
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.

3 participants