EnvironmentVariableReference

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
secretRef object
View JSON Schema on GitHub

JSON Schema

application-research-environmentvariablereference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnvironmentVariableReference",
  "title": "EnvironmentVariableReference",
  "type": "object",
  "properties": {
    "secretRef": {
      "$ref": "#/components/schemas/SecretReference"
    }
  },
  "required": [
    "secretRef"
  ]
}