Skip to content

Commit 3ce2dd4

Browse files
committed
Fix apiversion in daemonset example
Signed-off-by: Luis Ramirez <luis.ramirez.rivera92@gmail.com>
1 parent b3f9726 commit 3ce2dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-deployment/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ From the `fluentd-kubernetes-daemonset/` directory, find the YAML configuration
7070
As an example, let's see a part of this file:
7171

7272
```text
73-
apiVersion: extensions/v1beta1
73+
apiVersion: apps/v1
7474
kind: DaemonSet
7575
metadata:
7676
name: fluentd

0 commit comments

Comments
 (0)