Skip to content

Instantly share code, notes, and snippets.

@harsimranmaan
Created July 24, 2020 18:09
Show Gist options
  • Save harsimranmaan/cd5b0e637cc1fabd18017bdc2750f755 to your computer and use it in GitHub Desktop.
Save harsimranmaan/cd5b0e637cc1fabd18017bdc2750f755 to your computer and use it in GitHub Desktop.
Configuration override for default environment
// this file has the param overrides for the default environment
local base = import './base.libsonnet';
base {
components +: {
hello +: {
indexData: 'hello default\n',
replicas: 2,
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment