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

Add image pull secret generator to Timoni's CUE schemas #267

Merged
merged 3 commits into from
Dec 3, 2023

Conversation

stefanprodan
Copy link
Owner

Add generator for Kubernetes Secrets of type kubernetes.io/dockerconfigjson.

Example:

secret: timoniv1.#ImagePullSecret & {
	metadata: _config.metadata
	registry: "ghcr.io"
	username: "bot"
	password: "ghp_1234567890"
	suffix:   "-regcred"
}

@stefanprodan stefanprodan added the area/api API related issues and pull requests label Dec 3, 2023
@stefanprodan stefanprodan merged commit da003ac into main Dec 3, 2023
4 checks passed
@stefanprodan stefanprodan deleted the image-pull-secret-gen branch December 3, 2023 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api API related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant