Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

chore(demo): Add CTR_REGISTRY_CREDS_NAME to mysql demo container #4186

Merged
merged 1 commit into from
Sep 29, 2021

Conversation

davinci26
Copy link

Allows users to run the demo with a private registry

Signed-off-by: Sotiris Nanopoulos [email protected]

Description:

Testing done:

Affected area:

Functional Area
New Functionality [ ]
CI System [ ]
CLI Tool [ ]
Certificate Management [ ]
Control Plane [ ]
Demo [ ]
Documentation [ ]
Egress [ ]
Ingress [ ]
Install [ ]
Networking [ ]
Observability [ ]
Performance [ ]
SMI Policy [ ]
Security [ ]
Sidecar Injection [ ]
Tests [ ]
Upgrade [ ]
Other [ ]

Please answer the following questions with yes/no.

  1. Does this change contain code from or inspired by another project?

    • Did you notify the maintainers and provide attribution?
  2. Is this a breaking change?

Allows users to run the demo with a private registry

Signed-off-by: Sotiris Nanopoulos <[email protected]>
@davinci26 davinci26 requested a review from a team as a code owner September 28, 2021 23:37
@davinci26
Copy link
Author

cc @allenlsy

@codecov-commenter
Copy link

Codecov Report

Merging #4186 (b5f619e) into main (045f5bf) will decrease coverage by 0.02%.
The diff coverage is 20.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4186      +/-   ##
==========================================
- Coverage   69.84%   69.81%   -0.03%     
==========================================
  Files         212      212              
  Lines       11618    11620       +2     
==========================================
- Hits         8115     8113       -2     
- Misses       3451     3455       +4     
  Partials       52       52              
Flag Coverage Δ
unittests 69.81% <20.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmd/osm-controller/osm-controller.go 15.72% <0.00%> (ø)
pkg/reconciler/client.go 0.00% <0.00%> (ø)
cmd/osm-bootstrap/osm-bootstrap.go 42.22% <50.00%> (+0.43%) ⬆️
pkg/crdconversion/crdconversion.go 72.44% <0.00%> (-3.07%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2f10130...b5f619e. Read the comment docs.

@davinci26
Copy link
Author

btw I don't have permissions to merge so a maintainer will need to do that.

@shashankram shashankram merged commit 5dc7d9a into openservicemesh:main Sep 29, 2021
@@ -70,6 +70,8 @@ spec:
volumes:
- name: data
emptyDir: {}
imagePullSecrets:
- name: $CTR_REGISTRY_CREDS_NAME
Copy link
Contributor

Choose a reason for hiding this comment

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

Note that in .env.example, CTR_REGISTRY_CREDS_NAME is optional. We need to ensure it is defined.

snehachhabria pushed a commit to snehachhabria/osm that referenced this pull request Oct 14, 2021
…nservicemesh#4186)

Allows users to run the demo with a private registry

Signed-off-by: Sotiris Nanopoulos <[email protected]>
Signed-off-by: Sneha Chhabria <[email protected]>
allenlsy pushed a commit to allenlsy/osm that referenced this pull request Dec 28, 2021
…nservicemesh#4186)

Allows users to run the demo with a private registry

Signed-off-by: Sotiris Nanopoulos <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants