Umbrella issue for Ghost package #3379
Labels
area/pkg
enhancement
New feature or request
triaged
Issue has been triaged by adding an `area/` label
feature requests
SetLabels
value.Deployment
spec.template.spec.containers[].env[].valueFrom.secretKeyRef
, andspec.template.metadata.annotations[].checksum/secrets
. checksum/secrets is a helm feature for auto roll deployment. The other is for mariadb, referred byStatefulSet
spec.template.spec.containers[].env[].valueFrom.secretKeyRef
. Our ghost pkg does not have secret controller yet. This feature is discussed in Figure out how to handle secrets #3125spec
definition in function config struct.friction issues
set-labels
should not transform local-config manifests.config.kubernetes.io/local-config: "true"
label .includeLocalConfig
inSetLabels
function config.set-namespace
set-namespace
with origin gives too many warnings for raw manifests. This is annoying.set-namespace
misses fields likepodAffinityTerm.namespaces[]
. We need to iterate the core/v1 resources to make sure all namespaces are covered.The text was updated successfully, but these errors were encountered: