Update apiversion
For k8s 1.16+, the extensions/v1beta1 has been replaced by apps/v1 for DaemonSet. This patch set updates documents in the OpenStack-Helm repository. Change-Id: I8512b9f3202b2bf56b77408aca8d239daab32add Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
parent
3784a3fe2f
commit
853f321f7b
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user