Skip to content

Instantly share code, notes, and snippets.

@aliok
Last active May 12, 2019 23:06
Show Gist options
  • Save aliok/3a81066f05519b948e1edc894f6b7688 to your computer and use it in GitHub Desktop.
Save aliok/3a81066f05519b948e1edc894f6b7688 to your computer and use it in GitHub Desktop.
knative-serving config-controller configmap --> before
apiVersion: v1
data:
_example: |
################################
# #
# EXAMPLE CONFIGURATION #
# #
################################
# This block is not actually functional configuration,
# but serves to illustrate the available configuration
# options and document them in a way that is accessible
# to users that `kubectl edit` this config map.
#
# These sample configuration options may be copied out of
# this block and unindented to actually change the configuration.
# List of repositories for which tag to digest resolving should be skipped
registriesSkippingTagResolving:
"ko.local,dev.local",docker-registry.default.svc:5000,image-registry.openshift-image-registry.svc:5000
queueSidecarImage: github.com/knative/serving/cmd/queue
kind: ConfigMap
metadata:
labels:
serving.knative.dev/release: devel
serving.knative.dev/release: devel
name: config-controller
namespace: knative-serving
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment