Merge "Update apiversion"

This commit is contained in:
Zuul 2019-11-11 07:37:32 +00:00 committed by Gerrit Code Review
commit 259f9b3998
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ Consider the following (simplified) secret and daemonset pairing example:
# Simplified daemonset definition
# ===============================
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: mychart-name
@ -86,7 +86,7 @@ has been substituted):
# access any env data needed to build the template (e.g., envAll.Values...)
{{- with $envAll }}
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: {{ $daemonset }}