Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Matulis authored and Peter Matulis committed Mar 7, 2019
1 parent 94a5d21 commit 4636d6b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/en/tutorial-k8s-charms.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,13 @@ Edit information file `README.ex` to provide guidance to users of the charm.
File `icon.svg` will be displayed in the Charm Store once the charm is put
there.

Note that a Kubernetes charm can implement the same hooks that traditional
charms can, and each hook, in turn, has at its disposal all traditional hook
tools.
Notes:

Charms, whether Kubernetes or traditional, are written using the
[Reactive Framework][charms-reactive].
- A Kubernetes charm can implement the same hooks that traditional charms can,
and each hook, in turn, has at its disposal all traditional hook tools.

- Charms, whether Kubernetes or traditional, are written using the
[Reactive Framework][charms-reactive].

### Container images

Expand Down Expand Up @@ -318,7 +319,7 @@ containers:
```

The `pod_spec_set()` function sends the pod configuration to Juju. This is
located within `mariadb-k8s-test/reactive/mysql.py`:
located within `mariadb-k8s-test/reactive/mariadb-k8s-test.py`:

```pythin
def config_mariadb():
Expand Down

0 comments on commit 4636d6b

Please sign in to comment.